#0C666D

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

Shades of Blue Lagoon #0C666D

Tints of Blue Lagoon #0C666D

Color information

#0C666D (or 0x0C666D) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 66 and 6D. RGB value is (12,102,109). Sum of RGB (Red+Green+Blue) = 12+102+109=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C666D is #F39992. Grayscale: #4B4B4B. Windows color (decimal): -15964563 or 7169548. OLE color: 7169548.

HSL color Cylindrical-coordinate representation of color #0C666D: hue angle of 184.33º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C666D is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB12102109-
CMYK0.890.0600.57
HSL184.33º80.17%23.73%-
HSV(B)184.33º88.99%42.75%-
XYZ7.6610.6916.13-
YUV75.89146.6882.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=5.38%
G=45.74%
B=48.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal121021090.890.0600.57184.3380.1723.73
HexC666D596039b85018
Octal14146155131607127012030
Binary1100110011011011011011001110011100110111000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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