Html Css Color HEX #019896 Persian Green

📋 copy color: '#019896'

red 1 ◦ green 152 ◦ blue 150

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

Shades of Persian Green #019896

Tints of Persian Green #019896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.5%

R = 0.33%
G = 50.17%
B = 49.5%

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

#019896 (or 0x019896) is known color: Persian Green. HEX triplet: 01, 98 and 96. RGB value is (1,152,150). Sum of RGB (Red+Green+Blue) = 1+152+150=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #019896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019896 is #FE6769. Grayscale: #6A6A6A. Windows color (decimal): -16672618 or 9869313. OLE color: 9869313.

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

Color convert

RGB 1 152 150 -
CMYK 0.99 0 0.01 0.40
HSL 179.21º 0.99% 0.3% -
HSV(B) 179.21º 0.99% 0.6% -
XYZ 16.75 24.66 32.73 -
YUV 106.62 152.47 52.66 -
System Red Green Blue C M Y K H S L
Decimal 1 152 150 0.99 0 0.01 0.40 179.21 0.99 0.3
Hex 1 98 96 63 0 1 28 B3 63 1E
Octal 1 230 226 143 0 1 50 263 143 36
Binary 1 10011000 10010110 1100011 0 1 101000 10110011 1100011 11110

Color Harmonies of #019896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019896

Black with #019896

Text Example


Text Example

White with #019896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019896; }

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

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

background-color css

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

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

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

border-color css

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

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

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