Html Css Color HEX #0C606C Blue Lagoon

📋 copy color: '#0C606C'

red 12 ◦ green 96 ◦ blue 108

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

Shades of Blue Lagoon #0C606C

Tints of Blue Lagoon #0C606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.44%

 BLUE value IS 108 (42.58% from 255) = 50%

R = 5.56%
G = 44.44%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C606C (or 0x0C606C) is known color: Blue Lagoon. HEX triplet: 0C, 60 and 6C. RGB value is (12,96,108). Sum of RGB (Red+Green+Blue) = 12+96+108=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C606C is #F39F93. Grayscale: #484848. Windows color (decimal): -15966100 or 7102476. OLE color: 7102476.

HSL color Cylindrical-coordinate representation of color #0C606C: hue angle of 187.5º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C606C is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 96 108 -
CMYK 0.89 0.11 0 0.58
HSL 187.5º 0.8% 0.24% -
HSV(B) 187.5º 0.89% 0.42% -
XYZ 7.04 9.53 15.66 -
YUV 72.25 148.17 85.02 -
System Red Green Blue C M Y K H S L
Decimal 12 96 108 0.89 0.11 0 0.58 187.5 0.8 0.24
Hex C 60 6C 59 B 0 3A BC 50 18
Octal 14 140 154 131 13 0 72 274 120 30
Binary 1100 1100000 1101100 1011001 1011 0 111010 10111100 1010000 11000

Color Harmonies of #0C606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C606C

Black with #0C606C

Text Example


Text Example

White with #0C606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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