Html Css Color HEX #019897 Persian Green

📋 copy color: '#019897'

red 1 ◦ green 152 ◦ blue 151

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

Shades of Persian Green #019897

Tints of Persian Green #019897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.67%

R = 0.33%
G = 50%
B = 49.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#019897 (or 0x019897) is known color: Persian Green. HEX triplet: 01, 98 and 97. RGB value is (1,152,151). Sum of RGB (Red+Green+Blue) = 1+152+151=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #019897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019897 is #FE6768. Grayscale: #6A6A6A. Windows color (decimal): -16672617 or 9934849. OLE color: 9934849.

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

Color convert

RGB 1 152 151 -
CMYK 0.99 0 0.01 0.40
HSL 179.6º 0.99% 0.3% -
HSV(B) 179.6º 0.99% 0.6% -
XYZ 16.83 24.7 33.16 -
YUV 106.74 152.97 52.58 -
System Red Green Blue C M Y K H S L
Decimal 1 152 151 0.99 0 0.01 0.40 179.6 0.99 0.3
Hex 1 98 97 63 0 1 28 B4 63 1E
Octal 1 230 227 143 0 1 50 264 143 36
Binary 1 10011000 10010111 1100011 0 1 101000 10110100 1100011 11110

Color Harmonies of #019897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019897

Black with #019897

Text Example


Text Example

White with #019897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019897; }

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

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

background-color css

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

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

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

border-color css

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

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

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