#0C5B64

Color #0C5B64 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #0C5B64

Tints of Blue Lagoon #0C5B64

Color information

#0C5B64 (or 0x0C5B64) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 5B and 64. RGB value is (12,91,100). Sum of RGB (Red+Green+Blue) = 12+91+100=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #0C5B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5B64 is #F3A49B. Grayscale: #444444. Windows color (decimal): -15967388 or 6576908. OLE color: 6576908.

HSL color Cylindrical-coordinate representation of color #0C5B64: hue angle of 186.14º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5B64 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1291100-
CMYK0.880.0900.61
HSL186.14º78.57%21.96%-
HSV(B)186.14º88%39.22%-
XYZ6.198.4813.37-
YUV68.4145.8387.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 91 (35.94% from 255) = 44.83%
BLUE value IS 100 (39.45% from 255) = 49.26%
R=5.91%
G=44.83%
B=49.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal12911000.880.0900.61186.1478.5721.96
HexC5B6458903Dba4f16
Octal141331441301107527211726
Binary11001011011110010010110001001011110110111010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5B64; }

 p { color: rgb(12,91,100); }

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

<style>
 a { background-color: #0C5B64; }

 a { background-color: rgb(12,91,100); }

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

<style>
 span { border-color: #0C5B64; }

 span { border-color: rgb(12,91,100); }

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