Html Css Color HEX #089DA0 Persian Green

📋 copy color: '#089DA0'

red 8 ◦ green 157 ◦ blue 160

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

Shades of Persian Green #089DA0

Tints of Persian Green #089DA0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.31%

 BLUE value IS 160 (62.89% from 255) = 49.23%

R = 2.46%
G = 48.31%
B = 49.23%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#089DA0 (or 0x089DA0) is known color: Persian Green. HEX triplet: 08, 9D and A0. RGB value is (8,157,160). Sum of RGB (Red+Green+Blue) = 8+157+160=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #089DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089DA0 is #F7625F. Grayscale: #707070. Windows color (decimal): -16212576 or 10525960. OLE color: 10525960.

HSL color Cylindrical-coordinate representation of color #089DA0: hue angle of 181.18º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089DA0 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 157 160 -
CMYK 0.95 0.02 0 0.37
HSL 181.18º 0.9% 0.33% -
HSV(B) 181.18º 0.95% 0.63% -
XYZ 18.5 26.7 37.44 -
YUV 112.79 154.64 53.26 -
System Red Green Blue C M Y K H S L
Decimal 8 157 160 0.95 0.02 0 0.37 181.18 0.9 0.33
Hex 8 9D A0 5F 2 0 25 B5 5A 21
Octal 10 235 240 137 2 0 45 265 132 41
Binary 1000 10011101 10100000 1011111 10 0 100101 10110101 1011010 100001

Color Harmonies of #089DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DA0

Black with #089DA0

Text Example


Text Example

White with #089DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089DA0; }

 p { color: rgb(8,157,160); }

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

background-color css

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

 a { background-color: rgb(8,157,160); }

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

border-color css

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

 span { border-color: rgb(8,157,160); }

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