#0C6173

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

Shades of Blue Lagoon #0C6173

Tints of Blue Lagoon #0C6173

Color information

#0C6173 (or 0x0C6173) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 61 and 73. RGB value is (12,97,115). Sum of RGB (Red+Green+Blue) = 12+97+115=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C6173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6173 is #F39E8C. Grayscale: #494949. Windows color (decimal): -15965837 or 7561484. OLE color: 7561484.

HSL color Cylindrical-coordinate representation of color #0C6173: hue angle of 190.49º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6173 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1297115-
CMYK0.900.1600.55
HSL190.49º81.1%24.9%-
HSV(B)190.49º89.57%45.1%-
XYZ7.529.8717.73-
YUV73.64151.3484.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.36%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=5.36%
G=43.30%
B=51.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12971150.900.1600.55190.4981.124.9
HexC61735A10037be5119
Octal141411631322006727612131
Binary110011000011110011101101010000011011110111110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,97,115); }

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

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

 a { background-color: rgb(12,97,115); }

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

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

 span { border-color: rgb(12,97,115); }

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