Html Css Color HEX #059992 Persian Green

📋 copy color: '#059992'

red 5 ◦ green 153 ◦ blue 146

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

Shades of Persian Green #059992

Tints of Persian Green #059992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 1.64%
G = 50.33%
B = 48.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#059992 (or 0x059992) is known color: Persian Green. HEX triplet: 05, 99 and 92. RGB value is (5,153,146). Sum of RGB (Red+Green+Blue) = 5+153+146=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #059992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059992 is #FA666D. Grayscale: #6B6B6B. Windows color (decimal): -16410222 or 9607429. OLE color: 9607429.

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

Color convert

RGB 5 153 146 -
CMYK 0.97 0 0.05 0.4
HSL 177.16º 0.94% 0.31% -
HSV(B) 177.16º 0.97% 0.6% -
XYZ 16.64 24.89 31.12 -
YUV 107.95 149.47 54.57 -
System Red Green Blue C M Y K H S L
Decimal 5 153 146 0.97 0 0.05 0.4 177.16 0.94 0.31
Hex 5 99 92 61 0 5 28 B1 5E 1F
Octal 5 231 222 141 0 5 50 261 136 37
Binary 101 10011001 10010010 1100001 0 101 101000 10110001 1011110 11111

Color Harmonies of #059992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059992

Black with #059992

Text Example


Text Example

White with #059992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059992; }

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

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

background-color css

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

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

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

border-color css

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

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

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