Html Css Color HEX #028C6C Observatory

📋 copy color: '#028C6C'

red 2 ◦ green 140 ◦ blue 108

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

Shades of Observatory #028C6C

Tints of Observatory #028C6C

RGB

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

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

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

R = 0.8%
G = 56%
B = 43.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#028C6C (or 0x028C6C) is known color: Observatory. HEX triplet: 02, 8C and 6C. RGB value is (2,140,108). Sum of RGB (Red+Green+Blue) = 2+140+108=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 140 (55.08% from 255 or 56% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 140 - color contains mainly: green. Hex color #028C6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028C6C is #FD7393. Grayscale: #5F5F5F. Windows color (decimal): -16610196 or 7113730. OLE color: 7113730.

HSL color Cylindrical-coordinate representation of color #028C6C: hue angle of 166.09º 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 #028C6C is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 140 108 -
CMYK 0.99 0 0.23 0.45
HSL 166.09º 0.97% 0.28% -
HSV(B) 166.09º 0.99% 0.55% -
XYZ 12.11 19.85 17.38 -
YUV 95.09 135.28 61.6 -
System Red Green Blue C M Y K H S L
Decimal 2 140 108 0.99 0 0.23 0.45 166.09 0.97 0.28
Hex 2 8C 6C 63 0 17 2D A6 61 1C
Octal 2 214 154 143 0 27 55 246 141 34
Binary 10 10001100 1101100 1100011 0 10111 101101 10100110 1100001 11100

Color Harmonies of #028C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C6C

Black with #028C6C

Text Example


Text Example

White with #028C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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