Html Css Color HEX #059D98 Persian Green

📋 copy color: '#059D98'

red 5 ◦ green 157 ◦ blue 152

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

Shades of Persian Green #059D98

Tints of Persian Green #059D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.41%

R = 1.59%
G = 50%
B = 48.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#059D98 (or 0x059D98) is known color: Persian Green. HEX triplet: 05, 9D and 98. RGB value is (5,157,152). Sum of RGB (Red+Green+Blue) = 5+157+152=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #059D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059D98 is #FA6267. Grayscale: #6E6E6E. Windows color (decimal): -16409192 or 10001669. OLE color: 10001669.

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

Color convert

RGB 5 157 152 -
CMYK 0.97 0 0.03 0.38
HSL 178.03º 0.94% 0.32% -
HSV(B) 178.03º 0.97% 0.62% -
XYZ 17.79 26.41 33.87 -
YUV 110.98 151.14 52.41 -
System Red Green Blue C M Y K H S L
Decimal 5 157 152 0.97 0 0.03 0.38 178.03 0.94 0.32
Hex 5 9D 98 61 0 3 26 B2 5E 20
Octal 5 235 230 141 0 3 46 262 136 40
Binary 101 10011101 10011000 1100001 0 11 100110 10110010 1011110 100000

Color Harmonies of #059D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059D98

Black with #059D98

Text Example


Text Example

White with #059D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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