Html Css Color HEX #019895 Persian Green

📋 copy color: '#019895'

red 1 ◦ green 152 ◦ blue 149

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

Shades of Persian Green #019895

Tints of Persian Green #019895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.33%

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

R = 0.33%
G = 50.33%
B = 49.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#019895 (or 0x019895) is known color: Persian Green. HEX triplet: 01, 98 and 95. RGB value is (1,152,149). Sum of RGB (Red+Green+Blue) = 1+152+149=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #019895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019895 is #FE676A. Grayscale: #6A6A6A. Windows color (decimal): -16672619 or 9803777. OLE color: 9803777.

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

Color convert

RGB 1 152 149 -
CMYK 0.99 0 0.02 0.40
HSL 178.81º 0.99% 0.3% -
HSV(B) 178.81º 0.99% 0.6% -
XYZ 16.67 24.63 32.31 -
YUV 106.51 151.97 52.74 -
System Red Green Blue C M Y K H S L
Decimal 1 152 149 0.99 0 0.02 0.40 178.81 0.99 0.3
Hex 1 98 95 63 0 2 28 B3 63 1E
Octal 1 230 225 143 0 2 50 263 143 36
Binary 1 10011000 10010101 1100011 0 10 101000 10110011 1100011 11110

Color Harmonies of #019895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019895

Black with #019895

Text Example


Text Example

White with #019895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019895; }

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

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

background-color css

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

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

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

border-color css

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

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

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