Html Css Color HEX #019C9B Persian Green

📋 copy color: '#019C9B'

red 1 ◦ green 156 ◦ blue 155

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

Shades of Persian Green #019C9B

Tints of Persian Green #019C9B

RGB

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

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

 BLUE value IS 155 (60.94% 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

#019C9B (or 0x019C9B) is known color: Persian Green. HEX triplet: 01, 9C and 9B. RGB value is (1,156,155). Sum of RGB (Red+Green+Blue) = 1+156+155=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #019C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019C9B is #FE6364. Grayscale: #6D6D6D. Windows color (decimal): -16671589 or 10198017. OLE color: 10198017.

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

Color convert

RGB 1 156 155 -
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.82 26.15 35.12 -
YUV 109.54 153.65 50.58 -
System Red Green Blue C M Y K H S L
Decimal 1 156 155 0.99 0 0.01 0.39 179.61 0.99 0.31
Hex 1 9C 9B 63 0 1 27 B4 63 1F
Octal 1 234 233 143 0 1 47 264 143 37
Binary 1 10011100 10011011 1100011 0 1 100111 10110100 1100011 11111

Color Harmonies of #019C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019C9B

Black with #019C9B

Text Example


Text Example

White with #019C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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