Html Css Color HEX #0C6C71 Blue Lagoon

📋 copy color: '#0C6C71'

red 12 ◦ green 108 ◦ blue 113

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

Shades of Blue Lagoon #0C6C71

Tints of Blue Lagoon #0C6C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 5.15%
G = 46.35%
B = 48.5%

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

#0C6C71 (or 0x0C6C71) is known color: Blue Lagoon. HEX triplet: 0C, 6C and 71. RGB value is (12,108,113). Sum of RGB (Red+Green+Blue) = 12+108+113=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C6C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6C71 is #F3938E. Grayscale: #4F4F4F. Windows color (decimal): -15963023 or 7433228. OLE color: 7433228.

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

Color convert

RGB 12 108 113 -
CMYK 0.89 0.04 0 0.56
HSL 182.97º 0.81% 0.25% -
HSV(B) 182.97º 0.89% 0.44% -
XYZ 8.49 12 17.49 -
YUV 79.87 146.7 79.59 -
System Red Green Blue C M Y K H S L
Decimal 12 108 113 0.89 0.04 0 0.56 182.97 0.81 0.25
Hex C 6C 71 59 4 0 38 B7 51 19
Octal 14 154 161 131 4 0 70 267 121 31
Binary 1100 1101100 1110001 1011001 100 0 111000 10110111 1010001 11001

Color Harmonies of #0C6C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C71

Black with #0C6C71

Text Example


Text Example

White with #0C6C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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