#0C6B77

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

Shades of Blue Lagoon #0C6B77

Tints of Blue Lagoon #0C6B77

Color information

#0C6B77 (or 0x0C6B77) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 6B and 77. RGB value is (12,107,119). Sum of RGB (Red+Green+Blue) = 12+107+119=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C6B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6B77 is #F39488. Grayscale: #4F4F4F. Windows color (decimal): -15963273 or 7826188. OLE color: 7826188.

HSL color Cylindrical-coordinate representation of color #0C6B77: hue angle of 186.73º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6B77 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12107119-
CMYK0.900.1000.53
HSL186.73º81.68%25.69%-
HSV(B)186.73º89.92%46.67%-
XYZ8.7411.9319.29-
YUV79.96150.0379.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.04%
GREEN value IS 107 (42.19% from 255) = 44.96%
BLUE value IS 119 (46.88% from 255) = 50%
R=5.04%
G=44.96%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121071190.900.1000.53186.7381.6825.69
HexC6B775AA035bb521a
Octal141531671321206527312232
Binary11001101011111011110110101010011010110111011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,107,119); }

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

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

 a { background-color: rgb(12,107,119); }

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

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

 span { border-color: rgb(12,107,119); }

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