Html Css Color HEX #019899 Persian Green

📋 copy color: '#019899'

red 1 ◦ green 152 ◦ blue 153

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

Shades of Persian Green #019899

Tints of Persian Green #019899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50%

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

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#019899 (or 0x019899) is known color: Persian Green. HEX triplet: 01, 98 and 99. RGB value is (1,152,153). Sum of RGB (Red+Green+Blue) = 1+152+153=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #019899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019899 is #FE6766. Grayscale: #6A6A6A. Windows color (decimal): -16672615 or 10065921. OLE color: 10065921.

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

Color convert

RGB 1 152 153 -
CMYK 0.99 0.01 0 0.4
HSL 180.39º 0.99% 0.3% -
HSV(B) 180.39º 0.99% 0.6% -
XYZ 16.99 24.76 34.02 -
YUV 106.97 153.97 52.42 -
System Red Green Blue C M Y K H S L
Decimal 1 152 153 0.99 0.01 0 0.4 180.39 0.99 0.3
Hex 1 98 99 63 1 0 28 B4 63 1E
Octal 1 230 231 143 1 0 50 264 143 36
Binary 1 10011000 10011001 1100011 1 0 101000 10110100 1100011 11110

Color Harmonies of #019899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019899

Black with #019899

Text Example


Text Example

White with #019899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019899; }

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

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

background-color css

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

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

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

border-color css

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

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

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