Html Css Color HEX #028E6E Observatory

📋 copy color: '#028E6E'

red 2 ◦ green 142 ◦ blue 110

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

Shades of Observatory #028E6E

Tints of Observatory #028E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 0.79%
G = 55.91%
B = 43.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#028E6E (or 0x028E6E) is known color: Observatory. HEX triplet: 02, 8E and 6E. RGB value is (2,142,110). Sum of RGB (Red+Green+Blue) = 2+142+110=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #028E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E6E is #FD7191. Grayscale: #606060. Windows color (decimal): -16609682 or 7245314. OLE color: 7245314.

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

Color convert

RGB 2 142 110 -
CMYK 0.99 0 0.23 0.44
HSL 166.29º 0.97% 0.28% -
HSV(B) 166.29º 0.99% 0.56% -
XYZ 12.51 20.48 18.05 -
YUV 96.49 135.62 60.6 -
System Red Green Blue C M Y K H S L
Decimal 2 142 110 0.99 0 0.23 0.44 166.29 0.97 0.28
Hex 2 8E 6E 63 0 17 2C A6 61 1C
Octal 2 216 156 143 0 27 54 246 141 34
Binary 10 10001110 1101110 1100011 0 10111 101100 10100110 1100001 11100

Color Harmonies of #028E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E6E

Black with #028E6E

Text Example


Text Example

White with #028E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,142,110); }

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

background-color css

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

 a { background-color: rgb(2,142,110); }

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

border-color css

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

 span { border-color: rgb(2,142,110); }

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