Html Css Color HEX #0C686C Blue Lagoon

📋 copy color: '#0C686C'

red 12 ◦ green 104 ◦ blue 108

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

Shades of Blue Lagoon #0C686C

Tints of Blue Lagoon #0C686C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.43%

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

R = 5.36%
G = 46.43%
B = 48.21%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C686C (or 0x0C686C) is known color: Blue Lagoon. HEX triplet: 0C, 68 and 6C. RGB value is (12,104,108). Sum of RGB (Red+Green+Blue) = 12+104+108=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C686C is #F39793. Grayscale: #4C4C4C. Windows color (decimal): -15964052 or 7104524. OLE color: 7104524.

HSL color Cylindrical-coordinate representation of color #0C686C: hue angle of 182.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 #0C686C is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 104 108 -
CMYK 0.89 0.04 0 0.58
HSL 182.5º 0.8% 0.24% -
HSV(B) 182.5º 0.89% 0.42% -
XYZ 7.81 11.06 15.91 -
YUV 76.95 145.52 81.67 -
System Red Green Blue C M Y K H S L
Decimal 12 104 108 0.89 0.04 0 0.58 182.5 0.8 0.24
Hex C 68 6C 59 4 0 3A B6 50 18
Octal 14 150 154 131 4 0 72 266 120 30
Binary 1100 1101000 1101100 1011001 100 0 111010 10110110 1010000 11000

Color Harmonies of #0C686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C686C

Black with #0C686C

Text Example


Text Example

White with #0C686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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