Html Css Color HEX #0C8E6F Observatory

📋 copy color: '#0C8E6F'

red 12 ◦ green 142 ◦ blue 111

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

Shades of Observatory #0C8E6F

Tints of Observatory #0C8E6F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 53.58%

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

R = 4.53%
G = 53.58%
B = 41.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#0C8E6F (or 0x0C8E6F) is known color: Observatory. HEX triplet: 0C, 8E and 6F. RGB value is (12,142,111). Sum of RGB (Red+Green+Blue) = 12+142+111=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8E6F is #F37190. Grayscale: #636363. Windows color (decimal): -15954321 or 7310860. OLE color: 7310860.

HSL color Cylindrical-coordinate representation of color #0C8E6F: hue angle of 165.69º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8E6F is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 142 111 -
CMYK 0.92 0 0.22 0.44
HSL 165.69º 0.84% 0.3% -
HSV(B) 165.69º 0.92% 0.56% -
XYZ 12.69 20.57 18.34 -
YUV 99.6 134.43 65.52 -
System Red Green Blue C M Y K H S L
Decimal 12 142 111 0.92 0 0.22 0.44 165.69 0.84 0.3
Hex C 8E 6F 5C 0 16 2C A6 54 1E
Octal 14 216 157 134 0 26 54 246 124 36
Binary 1100 10001110 1101111 1011100 0 10110 101100 10100110 1010100 11110

Color Harmonies of #0C8E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8E6F

Black with #0C8E6F

Text Example


Text Example

White with #0C8E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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