Html Css Color HEX #028B6A Observatory

📋 copy color: '#028B6A'

red 2 ◦ green 139 ◦ blue 106

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

Shades of Observatory #028B6A

Tints of Observatory #028B6A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.28%

 BLUE value IS 106 (41.8% from 255) = 42.91%

R = 0.81%
G = 56.28%
B = 42.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#028B6A (or 0x028B6A) is known color: Observatory. HEX triplet: 02, 8B and 6A. RGB value is (2,139,106). Sum of RGB (Red+Green+Blue) = 2+139+106=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #028B6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028B6A is #FD7495. Grayscale: #5E5E5E. Windows color (decimal): -16610454 or 6982402. OLE color: 6982402.

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

Color convert

RGB 2 139 106 -
CMYK 0.99 0 0.24 0.45
HSL 165.55º 0.97% 0.28% -
HSV(B) 165.55º 0.99% 0.55% -
XYZ 11.86 19.52 16.78 -
YUV 94.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 2 139 106 0.99 0 0.24 0.45 165.55 0.97 0.28
Hex 2 8B 6A 63 0 18 2D A6 61 1C
Octal 2 213 152 143 0 30 55 246 141 34
Binary 10 10001011 1101010 1100011 0 11000 101101 10100110 1100001 11100

Color Harmonies of #028B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028B6A

Black with #028B6A

Text Example


Text Example

White with #028B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,139,106); }

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

background-color css

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

 a { background-color: rgb(2,139,106); }

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

border-color css

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

 span { border-color: rgb(2,139,106); }

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