Html Css Color HEX #019CA0 Persian Green

📋 copy color: '#019CA0'

red 1 ◦ green 156 ◦ blue 160

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

Shades of Persian Green #019CA0

Tints of Persian Green #019CA0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.21%

 BLUE value IS 160 (62.89% from 255) = 50.47%

R = 0.32%
G = 49.21%
B = 50.47%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#019CA0 (or 0x019CA0) is known color: Persian Green. HEX triplet: 01, 9C and A0. RGB value is (1,156,160). Sum of RGB (Red+Green+Blue) = 1+156+160=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #019CA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019CA0 is #FE635F. Grayscale: #6D6D6D. Windows color (decimal): -16671584 or 10525697. OLE color: 10525697.

HSL color Cylindrical-coordinate representation of color #019CA0: hue angle of 181.51º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019CA0 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 156 160 -
CMYK 0.99 0.02 0 0.37
HSL 181.51º 0.99% 0.32% -
HSV(B) 181.51º 0.99% 0.63% -
XYZ 18.25 26.32 37.38 -
YUV 110.11 156.15 50.17 -
System Red Green Blue C M Y K H S L
Decimal 1 156 160 0.99 0.02 0 0.37 181.51 0.99 0.32
Hex 1 9C A0 63 2 0 25 B6 63 20
Octal 1 234 240 143 2 0 45 266 143 40
Binary 1 10011100 10100000 1100011 10 0 100101 10110110 1100011 100000

Color Harmonies of #019CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CA0

Black with #019CA0

Text Example


Text Example

White with #019CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,156,160); }

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

background-color css

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

 a { background-color: rgb(1,156,160); }

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

border-color css

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

 span { border-color: rgb(1,156,160); }

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