#51BFC3

Color #51BFC3 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #51BFC3

Tints of Viking #51BFC3

Color information

#51BFC3 (or 0x51BFC3) is unknown color: approx Viking. HEX triplet: 51, BF and C3. RGB value is (81,191,195). Sum of RGB (Red+Green+Blue) = 81+191+195=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #51BFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BFC3 is #AE403C. Grayscale: #9E9E9E. Windows color (decimal): -11419709 or 12828497. OLE color: 12828497.

HSL color Cylindrical-coordinate representation of color #51BFC3: hue angle of 182.11º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51BFC3 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81191195-
CMYK0.580.0200.24
HSL182.11º48.72%54.12%-
HSV(B)182.11º58.46%76.47%-
XYZ31.8742.9558.24-
YUV158.57148.5672.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 17.34%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 195 (76.56% from 255) = 41.76%
R=17.34%
G=40.90%
B=41.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811911950.580.0200.24182.1148.7254.12
Hex51BFC33A2018b63136
Octal1212773037220302666166
Binary101000110111111110000111110101001100010110110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51BFC3; }

 p { color: rgb(81,191,195); }

 H1.HeaderClassName
 {
   color: #51BFC3;
 }
 .AnyTagClassName
 {
   color: #51BFC3;
 }
</style>
background-color css

<style>
 a { background-color: #51BFC3; }

 a { background-color: rgb(81,191,195); }

 div.DivClassName
 {
   background-color: #51BFC3;
 }
 .BgClassName
 {
   background-color: #51BFC3;
 }
</style>
border-color css

<style>
 span { border-color: #51BFC3; }

 span { border-color: rgb(81,191,195); }

 td.TdClassName
 {
   border-color: #51BFC3;
 }
 .TagClassName
 {
   border-color: #51BFC3;
 }
</style>