Html Css Color HEX #0C6170 Blue Lagoon

📋 copy color: '#0C6170'

red 12 ◦ green 97 ◦ blue 112

#0C6170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #0C6170

Tints of Blue Lagoon #0C6170

RGB

 RED value IS 12 (5.08% from 255) = 5.43%

 GREEN value IS 97 (38.28% from 255) = 43.89%

 BLUE value IS 112 (44.14% from 255) = 50.68%

R = 5.43%
G = 43.89%
B = 50.68%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C6170 (or 0x0C6170) is known color: Blue Lagoon. HEX triplet: 0C, 61 and 70. RGB value is (12,97,112). Sum of RGB (Red+Green+Blue) = 12+97+112=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C6170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6170 is #F39E8F. Grayscale: #494949. Windows color (decimal): -15965840 or 7364876. OLE color: 7364876.

HSL color Cylindrical-coordinate representation of color #0C6170: hue angle of 189º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6170 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 97 112 -
CMYK 0.89 0.13 0 0.56
HSL 189º 0.81% 0.24% -
HSV(B) 189º 0.89% 0.44% -
XYZ 7.35 9.8 16.83 -
YUV 73.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 12 97 112 0.89 0.13 0 0.56 189 0.81 0.24
Hex C 61 70 59 D 0 38 BD 51 18
Octal 14 141 160 131 15 0 70 275 121 30
Binary 1100 1100001 1110000 1011001 1101 0 111000 10111101 1010001 11000

Color Harmonies of #0C6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6170

Black with #0C6170

Text Example


Text Example

White with #0C6170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C6170;
 }
 .AnyTagClassName
 {
   color: #0C6170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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