Html Css Color HEX #089380 Observatory

📋 copy color: '#089380'

red 8 ◦ green 147 ◦ blue 128

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

Shades of Observatory #089380

Tints of Observatory #089380

RGB

 RED value IS 8 (3.52% from 255) = 2.83%

 GREEN value IS 147 (57.81% from 255) = 51.94%

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 2.83%
G = 51.94%
B = 45.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#089380 (or 0x089380) is known color: Observatory. HEX triplet: 08, 93 and 80. RGB value is (8,147,128). Sum of RGB (Red+Green+Blue) = 8+147+128=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #089380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089380 is #F76C7F. Grayscale: #676767. Windows color (decimal): -16215168 or 8426248. OLE color: 8426248.

HSL color Cylindrical-coordinate representation of color #089380: hue angle of 171.8º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089380 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 128 -
CMYK 0.95 0 0.13 0.42
HSL 171.8º 0.9% 0.3% -
HSV(B) 171.8º 0.95% 0.58% -
XYZ 14.43 22.48 24 -
YUV 103.27 141.95 60.04 -
System Red Green Blue C M Y K H S L
Decimal 8 147 128 0.95 0 0.13 0.42 171.8 0.9 0.3
Hex 8 93 80 5F 0 D 2A AC 5A 1E
Octal 10 223 200 137 0 15 52 254 132 36
Binary 1000 10010011 10000000 1011111 0 1101 101010 10101100 1011010 11110

Color Harmonies of #089380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089380

Black with #089380

Text Example


Text Example

White with #089380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089380; }

 p { color: rgb(8,147,128); }

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

background-color css

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

 a { background-color: rgb(8,147,128); }

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

border-color css

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

 span { border-color: rgb(8,147,128); }

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