Html Css Color HEX #059D88 Persian Green

📋 copy color: '#059D88'

red 5 ◦ green 157 ◦ blue 136

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

Shades of Persian Green #059D88

Tints of Persian Green #059D88

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.68%

 BLUE value IS 136 (53.52% from 255) = 45.64%

R = 1.68%
G = 52.68%
B = 45.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#059D88 (or 0x059D88) is known color: Persian Green. HEX triplet: 05, 9D and 88. RGB value is (5,157,136). Sum of RGB (Red+Green+Blue) = 5+157+136=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #059D88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059D88 is #FA6277. Grayscale: #6D6D6D. Windows color (decimal): -16409208 or 8953093. OLE color: 8953093.

HSL color Cylindrical-coordinate representation of color #059D88: hue angle of 171.71º 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 #059D88 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 157 136 -
CMYK 0.97 0 0.13 0.38
HSL 171.71º 0.94% 0.32% -
HSV(B) 171.71º 0.97% 0.62% -
XYZ 16.56 25.92 27.42 -
YUV 109.16 143.14 53.71 -
System Red Green Blue C M Y K H S L
Decimal 5 157 136 0.97 0 0.13 0.38 171.71 0.94 0.32
Hex 5 9D 88 61 0 D 26 AC 5E 20
Octal 5 235 210 141 0 15 46 254 136 40
Binary 101 10011101 10001000 1100001 0 1101 100110 10101100 1011110 100000

Color Harmonies of #059D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059D88

Black with #059D88

Text Example


Text Example

White with #059D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,157,136); }

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

background-color css

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

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

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

border-color css

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

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

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