Html Css Color HEX #089E8B Persian Green

📋 copy color: '#089E8B'

red 8 ◦ green 158 ◦ blue 139

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

Shades of Persian Green #089E8B

Tints of Persian Green #089E8B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.8%

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 2.62%
G = 51.8%
B = 45.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#089E8B (or 0x089E8B) is known color: Persian Green. HEX triplet: 08, 9E and 8B. RGB value is (8,158,139). Sum of RGB (Red+Green+Blue) = 8+158+139=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #089E8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089E8B is #F76174. Grayscale: #6E6E6E. Windows color (decimal): -16212341 or 9149960. OLE color: 9149960.

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

Color convert

RGB 8 158 139 -
CMYK 0.95 0 0.12 0.38
HSL 172.4º 0.9% 0.33% -
HSV(B) 172.4º 0.95% 0.62% -
XYZ 16.99 26.37 28.62 -
YUV 110.98 143.81 54.54 -
System Red Green Blue C M Y K H S L
Decimal 8 158 139 0.95 0 0.12 0.38 172.4 0.9 0.33
Hex 8 9E 8B 5F 0 C 26 AC 5A 21
Octal 10 236 213 137 0 14 46 254 132 41
Binary 1000 10011110 10001011 1011111 0 1100 100110 10101100 1011010 100001

Color Harmonies of #089E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089E8B

Black with #089E8B

Text Example


Text Example

White with #089E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,158,139); }

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

background-color css

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

 a { background-color: rgb(8,158,139); }

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

border-color css

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

 span { border-color: rgb(8,158,139); }

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