#019E88

Color #019E88 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #019E88

Tints of Persian Green #019E88

Color information

#019E88 (or 0x019E88) is unknown color: approx Persian Green. HEX triplet: 01, 9E and 88. RGB value is (1,158,136). Sum of RGB (Red+Green+Blue) = 1+158+136=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #019E88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019E88 is #FE6177. Grayscale: #6C6C6C. Windows color (decimal): -16671096 or 8953345. OLE color: 8953345.

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

Color convert

RGB1158136-
CMYK0.9900.140.38
HSL171.59º98.74%31.18%-
HSV(B)171.59º99.37%61.96%-
XYZ16.6826.2427.48-
YUV108.55143.4951.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 158 (62.11% from 255) = 53.56%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=0.34%
G=53.56%
B=46.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11581360.9900.140.38171.5998.7431.18
Hex19E88630E26ac631f
Octal12362101430164625414337
Binary1100111101000100011000110111010011010101100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #019E88;
 }
 .AnyTagClassName
 {
   color: #019E88;
 }
</style>
background-color css

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

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

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

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

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

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