Html Css Color HEX #0C8E75 Observatory

📋 copy color: '#0C8E75'

red 12 ◦ green 142 ◦ blue 117

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

Shades of Observatory #0C8E75

Tints of Observatory #0C8E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 4.43%
G = 52.4%
B = 43.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#0C8E75 (or 0x0C8E75) is known color: Observatory. HEX triplet: 0C, 8E and 75. RGB value is (12,142,117). Sum of RGB (Red+Green+Blue) = 12+142+117=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8E75 is #F3718A. Grayscale: #646464. Windows color (decimal): -15954315 or 7704076. OLE color: 7704076.

HSL color Cylindrical-coordinate representation of color #0C8E75: hue angle of 168.46º 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 #0C8E75 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 142 117 -
CMYK 0.92 0 0.18 0.44
HSL 168.46º 0.84% 0.3% -
HSV(B) 168.46º 0.92% 0.56% -
XYZ 13.04 20.71 20.14 -
YUV 100.28 137.43 65.03 -
System Red Green Blue C M Y K H S L
Decimal 12 142 117 0.92 0 0.18 0.44 168.46 0.84 0.3
Hex C 8E 75 5C 0 12 2C A8 54 1E
Octal 14 216 165 134 0 22 54 250 124 36
Binary 1100 10001110 1110101 1011100 0 10010 101100 10101000 1010100 11110

Color Harmonies of #0C8E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8E75

Black with #0C8E75

Text Example


Text Example

White with #0C8E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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