Html Css Color HEX #028F7D Observatory

📋 copy color: '#028F7D'

red 2 ◦ green 143 ◦ blue 125

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

Shades of Observatory #028F7D

Tints of Observatory #028F7D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.96%

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 0.74%
G = 52.96%
B = 46.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#028F7D (or 0x028F7D) is known color: Observatory. HEX triplet: 02, 8F and 7D. RGB value is (2,143,125). Sum of RGB (Red+Green+Blue) = 2+143+125=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 143 (56.25% from 255 or 52.96% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 143 - color contains mainly: green. Hex color #028F7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028F7D is #FD7082. Grayscale: #626262. Windows color (decimal): -16609411 or 8228610. OLE color: 8228610.

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

Color convert

RGB 2 143 125 -
CMYK 0.99 0 0.13 0.44
HSL 172.34º 0.97% 0.28% -
HSV(B) 172.34º 0.99% 0.56% -
XYZ 13.55 21.14 22.77 -
YUV 98.79 142.79 58.96 -
System Red Green Blue C M Y K H S L
Decimal 2 143 125 0.99 0 0.13 0.44 172.34 0.97 0.28
Hex 2 8F 7D 63 0 D 2C AC 61 1C
Octal 2 217 175 143 0 15 54 254 141 34
Binary 10 10001111 1111101 1100011 0 1101 101100 10101100 1100001 11100

Color Harmonies of #028F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028F7D

Black with #028F7D

Text Example


Text Example

White with #028F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,143,125); }

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

background-color css

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

 a { background-color: rgb(2,143,125); }

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

border-color css

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

 span { border-color: rgb(2,143,125); }

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