Html Css Color HEX #0C6C78 Blue Lagoon

📋 copy color: '#0C6C78'

red 12 ◦ green 108 ◦ blue 120

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

Shades of Blue Lagoon #0C6C78

Tints of Blue Lagoon #0C6C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50%

R = 5%
G = 45%
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

#0C6C78 (or 0x0C6C78) is known color: Blue Lagoon. HEX triplet: 0C, 6C and 78. RGB value is (12,108,120). Sum of RGB (Red+Green+Blue) = 12+108+120=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C6C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6C78 is #F39387. Grayscale: #505050. Windows color (decimal): -15963016 or 7891980. OLE color: 7891980.

HSL color Cylindrical-coordinate representation of color #0C6C78: hue angle of 186.67º 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 #0C6C78 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 108 120 -
CMYK 0.90 0.10 0 0.53
HSL 186.67º 0.82% 0.26% -
HSV(B) 186.67º 0.9% 0.47% -
XYZ 8.9 12.16 19.65 -
YUV 80.66 150.2 79.02 -
System Red Green Blue C M Y K H S L
Decimal 12 108 120 0.90 0.10 0 0.53 186.67 0.82 0.26
Hex C 6C 78 5A A 0 35 BB 52 1A
Octal 14 154 170 132 12 0 65 273 122 32
Binary 1100 1101100 1111000 1011010 1010 0 110101 10111011 1010010 11010

Color Harmonies of #0C6C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C78

Black with #0C6C78

Text Example


Text Example

White with #0C6C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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