Html Css Color HEX #019E8C Persian Green

📋 copy color: '#019E8C'

red 1 ◦ green 158 ◦ blue 140

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

Shades of Persian Green #019E8C

Tints of Persian Green #019E8C

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

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

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 0.33%
G = 52.84%
B = 46.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#019E8C (or 0x019E8C) is known color: Persian Green. HEX triplet: 01, 9E and 8C. RGB value is (1,158,140). Sum of RGB (Red+Green+Blue) = 1+158+140=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #019E8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019E8C is #FE6173. Grayscale: #6C6C6C. Windows color (decimal): -16671092 or 9215489. OLE color: 9215489.

HSL color Cylindrical-coordinate representation of color #019E8C: hue angle of 173.12º 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 #019E8C is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 158 140 -
CMYK 0.99 0 0.11 0.38
HSL 173.12º 0.99% 0.31% -
HSV(B) 173.12º 0.99% 0.62% -
XYZ 16.97 26.35 29 -
YUV 109.01 145.49 50.96 -
System Red Green Blue C M Y K H S L
Decimal 1 158 140 0.99 0 0.11 0.38 173.12 0.99 0.31
Hex 1 9E 8C 63 0 B 26 AD 63 1F
Octal 1 236 214 143 0 13 46 255 143 37
Binary 1 10011110 10001100 1100011 0 1011 100110 10101101 1100011 11111

Color Harmonies of #019E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019E8C

Black with #019E8C

Text Example


Text Example

White with #019E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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