Html Css Color HEX #009E88 Persian Green

📋 copy color: '#009E88'

red 0 ◦ green 158 ◦ blue 136

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

Shades of Persian Green #009E88

Tints of Persian Green #009E88

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 136 (53.52% from 255) = 46.26%

R = 0%
G = 53.74%
B = 46.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#009E88 (or 0x009E88) is known color: Persian Green. HEX triplet: 00, 9E and 88. RGB value is (0,158,136). Sum of RGB (Red+Green+Blue) = 0+158+136=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #009E88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009E88 is #FF6177. Grayscale: #6C6C6C. Windows color (decimal): -16736632 or 8953344. OLE color: 8953344.

HSL color Cylindrical-coordinate representation of color #009E88: hue angle of 171.65º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009E88 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 158 136 -
CMYK 1 0 0.14 0.38
HSL 171.65º 1% 0.31% -
HSV(B) 171.65º 1% 0.62% -
XYZ 16.67 26.23 27.48 -
YUV 108.25 143.65 50.79 -
System Red Green Blue C M Y K H S L
Decimal 0 158 136 1 0 0.14 0.38 171.65 1 0.31
Hex 0 9E 88 64 0 E 26 AC 64 1F
Octal 0 236 210 144 0 16 46 254 144 37
Binary 0 10011110 10001000 1100100 0 1110 100110 10101100 1100100 11111

Color Harmonies of #009E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009E88

Black with #009E88

Text Example


Text Example

White with #009E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009E88; }

 p { color: rgb(0,158,136); }

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

background-color css

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

 a { background-color: rgb(0,158,136); }

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

border-color css

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

 span { border-color: rgb(0,158,136); }

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