Html Css Color HEX #028C66 Observatory

📋 copy color: '#028C66'

red 2 ◦ green 140 ◦ blue 102

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

Shades of Observatory #028C66

Tints of Observatory #028C66

RGB

 RED value IS 2 (1.17% from 255) = 0.82%

 GREEN value IS 140 (55.08% from 255) = 57.38%

 BLUE value IS 102 (40.23% from 255) = 41.8%

R = 0.82%
G = 57.38%
B = 41.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#028C66 (or 0x028C66) is known color: Observatory. HEX triplet: 02, 8C and 66. RGB value is (2,140,102). Sum of RGB (Red+Green+Blue) = 2+140+102=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #028C66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028C66 is #FD7399. Grayscale: #5E5E5E. Windows color (decimal): -16610202 or 6720514. OLE color: 6720514.

HSL color Cylindrical-coordinate representation of color #028C66: hue angle of 163.48º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028C66 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 140 102 -
CMYK 0.99 0 0.27 0.45
HSL 163.48º 0.97% 0.28% -
HSV(B) 163.48º 0.99% 0.55% -
XYZ 11.8 19.73 15.76 -
YUV 94.41 132.28 62.09 -
System Red Green Blue C M Y K H S L
Decimal 2 140 102 0.99 0 0.27 0.45 163.48 0.97 0.28
Hex 2 8C 66 63 0 1B 2D A3 61 1C
Octal 2 214 146 143 0 33 55 243 141 34
Binary 10 10001100 1100110 1100011 0 11011 101101 10100011 1100001 11100

Color Harmonies of #028C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C66

Black with #028C66

Text Example


Text Example

White with #028C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028C66; }

 p { color: rgb(2,140,102); }

 H1.HeaderClassName
 {
   color: #028C66;
 }
 .AnyTagClassName
 {
   color: #028C66;
 }
</style>

background-color css

<style>
 a { background-color: #028C66; }

 a { background-color: rgb(2,140,102); }

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

border-color css

<style>
 span { border-color: #028C66; }

 span { border-color: rgb(2,140,102); }

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