Html Css Color HEX #019B86 Persian Green

📋 copy color: '#019B86'

red 1 ◦ green 155 ◦ blue 134

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

Shades of Persian Green #019B86

Tints of Persian Green #019B86

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.45%

 BLUE value IS 134 (52.73% from 255) = 46.21%

R = 0.34%
G = 53.45%
B = 46.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#019B86 (or 0x019B86) is known color: Persian Green. HEX triplet: 01, 9B and 86. RGB value is (1,155,134). Sum of RGB (Red+Green+Blue) = 1+155+134=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #019B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019B86 is #FE6479. Grayscale: #6A6A6A. Windows color (decimal): -16671866 or 8821505. OLE color: 8821505.

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

Color convert

RGB 1 155 134 -
CMYK 0.99 0 0.14 0.39
HSL 171.82º 0.99% 0.31% -
HSV(B) 171.82º 0.99% 0.61% -
XYZ 16.04 25.17 26.57 -
YUV 106.56 143.48 52.71 -
System Red Green Blue C M Y K H S L
Decimal 1 155 134 0.99 0 0.14 0.39 171.82 0.99 0.31
Hex 1 9B 86 63 0 E 27 AC 63 1F
Octal 1 233 206 143 0 16 47 254 143 37
Binary 1 10011011 10000110 1100011 0 1110 100111 10101100 1100011 11111

Color Harmonies of #019B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B86

Black with #019B86

Text Example


Text Example

White with #019B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,155,134); }

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

background-color css

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

 a { background-color: rgb(1,155,134); }

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

border-color css

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

 span { border-color: rgb(1,155,134); }

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