Html Css Color HEX #0C606F Blue Lagoon

📋 copy color: '#0C606F'

red 12 ◦ green 96 ◦ blue 111

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

Shades of Blue Lagoon #0C606F

Tints of Blue Lagoon #0C606F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.68%

R = 5.48%
G = 43.84%
B = 50.68%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C606F (or 0x0C606F) is known color: Blue Lagoon. HEX triplet: 0C, 60 and 6F. RGB value is (12,96,111). Sum of RGB (Red+Green+Blue) = 12+96+111=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C606F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C606F is #F39F90. Grayscale: #484848. Windows color (decimal): -15966097 or 7299084. OLE color: 7299084.

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

Color convert

RGB 12 96 111 -
CMYK 0.89 0.14 0 0.56
HSL 189.09º 0.8% 0.24% -
HSV(B) 189.09º 0.89% 0.44% -
XYZ 7.2 9.59 16.51 -
YUV 72.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 12 96 111 0.89 0.14 0 0.56 189.09 0.8 0.24
Hex C 60 6F 59 E 0 38 BD 50 18
Octal 14 140 157 131 16 0 70 275 120 30
Binary 1100 1100000 1101111 1011001 1110 0 111000 10111101 1010000 11000

Color Harmonies of #0C606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C606F

Black with #0C606F

Text Example


Text Example

White with #0C606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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