Html Css Color HEX #019988 Persian Green

📋 copy color: '#019988'

red 1 ◦ green 153 ◦ blue 136

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

Shades of Persian Green #019988

Tints of Persian Green #019988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.9%

R = 0.34%
G = 52.76%
B = 46.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#019988 (or 0x019988) is known color: Persian Green. HEX triplet: 01, 99 and 88. RGB value is (1,153,136). Sum of RGB (Red+Green+Blue) = 1+153+136=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #019988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019988 is #FE6677. Grayscale: #696969. Windows color (decimal): -16672376 or 8952065. OLE color: 8952065.

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

Color convert

RGB 1 153 136 -
CMYK 0.99 0 0.11 0.4
HSL 173.29º 0.99% 0.3% -
HSV(B) 173.29º 0.99% 0.6% -
XYZ 15.85 24.57 27.2 -
YUV 105.61 145.14 53.38 -
System Red Green Blue C M Y K H S L
Decimal 1 153 136 0.99 0 0.11 0.4 173.29 0.99 0.3
Hex 1 99 88 63 0 B 28 AD 63 1E
Octal 1 231 210 143 0 13 50 255 143 36
Binary 1 10011001 10001000 1100011 0 1011 101000 10101101 1100011 11110

Color Harmonies of #019988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019988

Black with #019988

Text Example


Text Example

White with #019988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019988; }

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

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

background-color css

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

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

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

border-color css

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

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

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