Html Css Color HEX #028C7B Observatory

📋 copy color: '#028C7B'

red 2 ◦ green 140 ◦ blue 123

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

Shades of Observatory #028C7B

Tints of Observatory #028C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.42%

R = 0.75%
G = 52.83%
B = 46.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#028C7B (or 0x028C7B) is known color: Observatory. HEX triplet: 02, 8C and 7B. RGB value is (2,140,123). Sum of RGB (Red+Green+Blue) = 2+140+123=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #028C7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028C7B is #FD7384. Grayscale: #606060. Windows color (decimal): -16610181 or 8096770. OLE color: 8096770.

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

Color convert

RGB 2 140 123 -
CMYK 0.99 0 0.12 0.45
HSL 172.61º 0.97% 0.28% -
HSV(B) 172.61º 0.99% 0.55% -
XYZ 12.98 20.2 21.95 -
YUV 96.8 142.78 60.38 -
System Red Green Blue C M Y K H S L
Decimal 2 140 123 0.99 0 0.12 0.45 172.61 0.97 0.28
Hex 2 8C 7B 63 0 C 2D AD 61 1C
Octal 2 214 173 143 0 14 55 255 141 34
Binary 10 10001100 1111011 1100011 0 1100 101101 10101101 1100001 11100

Color Harmonies of #028C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C7B

Black with #028C7B

Text Example


Text Example

White with #028C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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