Html Css Color HEX #059F8D Persian Green

📋 copy color: '#059F8D'

red 5 ◦ green 159 ◦ blue 141

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

Shades of Persian Green #059F8D

Tints of Persian Green #059F8D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 52.13%

 BLUE value IS 141 (55.47% from 255) = 46.23%

R = 1.64%
G = 52.13%
B = 46.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#059F8D (or 0x059F8D) is known color: Persian Green. HEX triplet: 05, 9F and 8D. RGB value is (5,159,141). Sum of RGB (Red+Green+Blue) = 5+159+141=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #059F8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059F8D is #FA6072. Grayscale: #6E6E6E. Windows color (decimal): -16408691 or 9281285. OLE color: 9281285.

HSL color Cylindrical-coordinate representation of color #059F8D: hue angle of 172.99º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059F8D is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 159 141 -
CMYK 0.97 0 0.11 0.38
HSL 172.99º 0.94% 0.32% -
HSV(B) 172.99º 0.97% 0.62% -
XYZ 17.27 26.75 29.45 -
YUV 110.9 144.98 52.46 -
System Red Green Blue C M Y K H S L
Decimal 5 159 141 0.97 0 0.11 0.38 172.99 0.94 0.32
Hex 5 9F 8D 61 0 B 26 AD 5E 20
Octal 5 237 215 141 0 13 46 255 136 40
Binary 101 10011111 10001101 1100001 0 1011 100110 10101101 1011110 100000

Color Harmonies of #059F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059F8D

Black with #059F8D

Text Example


Text Example

White with #059F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059F8D; }

 p { color: rgb(5,159,141); }

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

background-color css

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

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

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

border-color css

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

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

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