Html Css Color HEX #0C6C70 Blue Lagoon

📋 copy color: '#0C6C70'

red 12 ◦ green 108 ◦ blue 112

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

Shades of Blue Lagoon #0C6C70

Tints of Blue Lagoon #0C6C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.55%

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

R = 5.17%
G = 46.55%
B = 48.28%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C6C70 (or 0x0C6C70) is known color: Blue Lagoon. HEX triplet: 0C, 6C and 70. RGB value is (12,108,112). Sum of RGB (Red+Green+Blue) = 12+108+112=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C6C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6C70 is #F3938F. Grayscale: #4F4F4F. Windows color (decimal): -15963024 or 7367692. OLE color: 7367692.

HSL color Cylindrical-coordinate representation of color #0C6C70: hue angle of 182.4º 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 #0C6C70 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 108 112 -
CMYK 0.89 0.04 0 0.56
HSL 182.4º 0.81% 0.24% -
HSV(B) 182.4º 0.89% 0.44% -
XYZ 8.44 11.97 17.2 -
YUV 79.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 12 108 112 0.89 0.04 0 0.56 182.4 0.81 0.24
Hex C 6C 70 59 4 0 38 B6 51 18
Octal 14 154 160 131 4 0 70 266 121 30
Binary 1100 1101100 1110000 1011001 100 0 111000 10110110 1010001 11000

Color Harmonies of #0C6C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C70

Black with #0C6C70

Text Example


Text Example

White with #0C6C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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