Html Css Color HEX #019995 Persian Green

📋 copy color: '#019995'

red 1 ◦ green 153 ◦ blue 149

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

Shades of Persian Green #019995

Tints of Persian Green #019995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.5%

 BLUE value IS 149 (58.59% from 255) = 49.17%

R = 0.33%
G = 50.5%
B = 49.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#019995 (or 0x019995) is known color: Persian Green. HEX triplet: 01, 99 and 95. RGB value is (1,153,149). Sum of RGB (Red+Green+Blue) = 1+153+149=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #019995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019995 is #FE666A. Grayscale: #6A6A6A. Windows color (decimal): -16672363 or 9804033. OLE color: 9804033.

HSL color Cylindrical-coordinate representation of color #019995: hue angle of 178.42º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019995 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 149 -
CMYK 0.99 0 0.03 0.4
HSL 178.42º 0.99% 0.3% -
HSV(B) 178.42º 0.99% 0.6% -
XYZ 16.83 24.96 32.36 -
YUV 107.1 151.64 52.33 -
System Red Green Blue C M Y K H S L
Decimal 1 153 149 0.99 0 0.03 0.4 178.42 0.99 0.3
Hex 1 99 95 63 0 3 28 B2 63 1E
Octal 1 231 225 143 0 3 50 262 143 36
Binary 1 10011001 10010101 1100011 0 11 101000 10110010 1100011 11110

Color Harmonies of #019995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019995

Black with #019995

Text Example


Text Example

White with #019995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019995; }

 p { color: rgb(1,153,149); }

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

background-color css

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

 a { background-color: rgb(1,153,149); }

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

border-color css

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

 span { border-color: rgb(1,153,149); }

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