Html Css Color HEX #059899 Persian Green

📋 copy color: '#059899'

red 5 ◦ green 152 ◦ blue 153

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

Shades of Persian Green #059899

Tints of Persian Green #059899

RGB

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

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

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

R = 1.61%
G = 49.03%
B = 49.35%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#059899 (or 0x059899) is known color: Persian Green. HEX triplet: 05, 98 and 99. RGB value is (5,152,153). Sum of RGB (Red+Green+Blue) = 5+152+153=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #059899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059899 is #FA6766. Grayscale: #6C6C6C. Windows color (decimal): -16410471 or 10065925. OLE color: 10065925.

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

Color convert

RGB 5 152 153 -
CMYK 0.97 0.01 0 0.4
HSL 180.41º 0.94% 0.31% -
HSV(B) 180.41º 0.97% 0.6% -
XYZ 17.04 24.79 34.02 -
YUV 108.16 153.3 54.42 -
System Red Green Blue C M Y K H S L
Decimal 5 152 153 0.97 0.01 0 0.4 180.41 0.94 0.31
Hex 5 98 99 61 1 0 28 B4 5E 1F
Octal 5 230 231 141 1 0 50 264 136 37
Binary 101 10011000 10011001 1100001 1 0 101000 10110100 1011110 11111

Color Harmonies of #059899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059899

Black with #059899

Text Example


Text Example

White with #059899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059899; }

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

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

background-color css

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

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

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

border-color css

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

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

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