#0C666B

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

Shades of Blue Lagoon #0C666B

Tints of Blue Lagoon #0C666B

Color information

#0C666B (or 0x0C666B) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 66 and 6B. RGB value is (12,102,107). Sum of RGB (Red+Green+Blue) = 12+102+107=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #0C666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C666B is #F39994. Grayscale: #4B4B4B. Windows color (decimal): -15964565 or 7038476. OLE color: 7038476.

HSL color Cylindrical-coordinate representation of color #0C666B: hue angle of 183.16º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C666B is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB12102107-
CMYK0.890.0500.58
HSL183.16º79.83%23.33%-
HSV(B)183.16º88.79%41.96%-
XYZ7.5610.6415.57-
YUV75.66145.6882.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.43%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 107 (42.19% from 255) = 48.42%
R=5.43%
G=46.15%
B=48.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal121021070.890.0500.58183.1679.8323.33
HexC666B59503Ab75017
Octal14146153131507226712027
Binary1100110011011010111011001101011101010110111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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