Html Css Color HEX #059999 Persian Green

📋 copy color: '#059999'

red 5 ◦ green 153 ◦ blue 153

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

Shades of Persian Green #059999

Tints of Persian Green #059999

RGB

 RED value IS 5 (2.34% from 255) = 1.61%

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

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

R = 1.61%
G = 49.2%
B = 49.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#059999 (or 0x059999) is known color: Persian Green. HEX triplet: 05, 99 and 99. RGB value is (5,153,153). Sum of RGB (Red+Green+Blue) = 5+153+153=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #059999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059999 is #FA6666. Grayscale: #6C6C6C. Windows color (decimal): -16410215 or 10066181. OLE color: 10066181.

HSL color Cylindrical-coordinate representation of color #059999: hue angle of 180º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059999 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 153 153 -
CMYK 0.97 0 0 0.4
HSL 180º 0.94% 0.31% -
HSV(B) 180º 0.97% 0.6% -
XYZ 17.2 25.11 34.08 -
YUV 108.75 152.97 54 -
System Red Green Blue C M Y K H S L
Decimal 5 153 153 0.97 0 0 0.4 180 0.94 0.31
Hex 5 99 99 61 0 0 28 B4 5E 1F
Octal 5 231 231 141 0 0 50 264 136 37
Binary 101 10011001 10011001 1100001 0 0 101000 10110100 1011110 11111

Color Harmonies of #059999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059999

Black with #059999

Text Example


Text Example

White with #059999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059999; }

 p { color: rgb(5,153,153); }

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

background-color css

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

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

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

border-color css

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

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

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