Html Css Color HEX #019992 Persian Green

📋 copy color: '#019992'

red 1 ◦ green 153 ◦ blue 146

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

Shades of Persian Green #019992

Tints of Persian Green #019992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 0.33%
G = 51%
B = 48.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#019992 (or 0x019992) is known color: Persian Green. HEX triplet: 01, 99 and 92. RGB value is (1,153,146). Sum of RGB (Red+Green+Blue) = 1+153+146=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #019992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019992 is #FE666D. Grayscale: #6A6A6A. Windows color (decimal): -16672366 or 9607425. OLE color: 9607425.

HSL color Cylindrical-coordinate representation of color #019992: hue angle of 177.24º 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 #019992 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 146 -
CMYK 0.99 0 0.05 0.4
HSL 177.24º 0.99% 0.3% -
HSV(B) 177.24º 0.99% 0.6% -
XYZ 16.59 24.86 31.12 -
YUV 106.75 150.14 52.57 -
System Red Green Blue C M Y K H S L
Decimal 1 153 146 0.99 0 0.05 0.4 177.24 0.99 0.3
Hex 1 99 92 63 0 5 28 B1 63 1E
Octal 1 231 222 143 0 5 50 261 143 36
Binary 1 10011001 10010010 1100011 0 101 101000 10110001 1100011 11110

Color Harmonies of #019992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019992

Black with #019992

Text Example


Text Example

White with #019992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019992; }

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

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

background-color css

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

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

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

border-color css

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

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

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