Html Css Color HEX #019B9A Persian Green

📋 copy color: '#019B9A'

red 1 ◦ green 155 ◦ blue 154

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

Shades of Persian Green #019B9A

Tints of Persian Green #019B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.68%

R = 0.32%
G = 50%
B = 49.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#019B9A (or 0x019B9A) is known color: Persian Green. HEX triplet: 01, 9B and 9A. RGB value is (1,155,154). Sum of RGB (Red+Green+Blue) = 1+155+154=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #019B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019B9A is #FE6465. Grayscale: #6C6C6C. Windows color (decimal): -16671846 or 10132225. OLE color: 10132225.

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

Color convert

RGB 1 155 154 -
CMYK 0.99 0 0.01 0.39
HSL 179.61º 0.99% 0.31% -
HSV(B) 179.61º 0.99% 0.61% -
XYZ 17.57 25.78 34.62 -
YUV 108.84 153.48 51.08 -
System Red Green Blue C M Y K H S L
Decimal 1 155 154 0.99 0 0.01 0.39 179.61 0.99 0.31
Hex 1 9B 9A 63 0 1 27 B4 63 1F
Octal 1 233 232 143 0 1 47 264 143 37
Binary 1 10011011 10011010 1100011 0 1 100111 10110100 1100011 11111

Color Harmonies of #019B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B9A

Black with #019B9A

Text Example


Text Example

White with #019B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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