Html Css Color HEX #059C8A Persian Green

📋 copy color: '#059C8A'

red 5 ◦ green 156 ◦ blue 138

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

Shades of Persian Green #059C8A

Tints of Persian Green #059C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.17%

 BLUE value IS 138 (54.3% from 255) = 46.15%

R = 1.67%
G = 52.17%
B = 46.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#059C8A (or 0x059C8A) is known color: Persian Green. HEX triplet: 05, 9C and 8A. RGB value is (5,156,138). Sum of RGB (Red+Green+Blue) = 5+156+138=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #059C8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C8A is #FA6375. Grayscale: #6C6C6C. Windows color (decimal): -16409462 or 9083909. OLE color: 9083909.

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

Color convert

RGB 5 156 138 -
CMYK 0.97 0 0.12 0.39
HSL 172.85º 0.94% 0.32% -
HSV(B) 172.85º 0.97% 0.61% -
XYZ 16.54 25.64 28.12 -
YUV 108.8 144.47 53.96 -
System Red Green Blue C M Y K H S L
Decimal 5 156 138 0.97 0 0.12 0.39 172.85 0.94 0.32
Hex 5 9C 8A 61 0 C 27 AD 5E 20
Octal 5 234 212 141 0 14 47 255 136 40
Binary 101 10011100 10001010 1100001 0 1100 100111 10101101 1011110 100000

Color Harmonies of #059C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C8A

Black with #059C8A

Text Example


Text Example

White with #059C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,156,138); }

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

background-color css

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

 a { background-color: rgb(5,156,138); }

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

border-color css

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

 span { border-color: rgb(5,156,138); }

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