#51BFCF

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

Shades of Viking #51BFCF

Tints of Viking #51BFCF

Color information

#51BFCF (or 0x51BFCF) is unknown color: approx Viking. HEX triplet: 51, BF and CF. RGB value is (81,191,207). Sum of RGB (Red+Green+Blue) = 81+191+207=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #51BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BFCF is #AE4030. Grayscale: #9F9F9F. Windows color (decimal): -11419697 or 13614929. OLE color: 13614929.

HSL color Cylindrical-coordinate representation of color #51BFCF: hue angle of 187.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51BFCF is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81191207-
CMYK0.610.0800.19
HSL187.62º56.76%56.47%-
HSV(B)187.62º60.87%81.18%-
XYZ33.2943.5265.68-
YUV159.93154.5671.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.91%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=16.91%
G=39.87%
B=43.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811912070.610.0800.19187.6256.7656.47
Hex51BFCF3D8013bc3938
Octal12127731775100232747170
Binary10100011011111111001111111101100001001110111100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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