Html Css Color HEX #0C6B77 Blue Lagoon

📋 copy color: '#0C6B77'

red 12 ◦ green 107 ◦ blue 119

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

Shades of Blue Lagoon #0C6B77

Tints of Blue Lagoon #0C6B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.96%

 BLUE value IS 119 (46.88% from 255) = 50%

R = 5.04%
G = 44.96%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C6B77 (or 0x0C6B77) is known color: Blue Lagoon. HEX triplet: 0C, 6B and 77. RGB value is (12,107,119). Sum of RGB (Red+Green+Blue) = 12+107+119=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C6B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6B77 is #F39488. Grayscale: #4F4F4F. Windows color (decimal): -15963273 or 7826188. OLE color: 7826188.

HSL color Cylindrical-coordinate representation of color #0C6B77: hue angle of 186.73º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6B77 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 107 119 -
CMYK 0.90 0.10 0 0.53
HSL 186.73º 0.82% 0.26% -
HSV(B) 186.73º 0.9% 0.47% -
XYZ 8.74 11.93 19.29 -
YUV 79.96 150.03 79.52 -
System Red Green Blue C M Y K H S L
Decimal 12 107 119 0.90 0.10 0 0.53 186.73 0.82 0.26
Hex C 6B 77 5A A 0 35 BB 52 1A
Octal 14 153 167 132 12 0 65 273 122 32
Binary 1100 1101011 1110111 1011010 1010 0 110101 10111011 1010010 11010

Color Harmonies of #0C6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B77

Black with #0C6B77

Text Example


Text Example

White with #0C6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,107,119); }

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

background-color css

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

 a { background-color: rgb(12,107,119); }

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

border-color css

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

 span { border-color: rgb(12,107,119); }

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