Html Css Color HEX #059C9F Persian Green

📋 copy color: '#059C9F'

red 5 ◦ green 156 ◦ blue 159

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

Shades of Persian Green #059C9F

Tints of Persian Green #059C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.69%

R = 1.56%
G = 48.75%
B = 49.69%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#059C9F (or 0x059C9F) is known color: Persian Green. HEX triplet: 05, 9C and 9F. RGB value is (5,156,159). Sum of RGB (Red+Green+Blue) = 5+156+159=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #059C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C9F is #FA6360. Grayscale: #6F6F6F. Windows color (decimal): -16409441 or 10460165. OLE color: 10460165.

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

Color convert

RGB 5 156 159 -
CMYK 0.97 0.02 0 0.38
HSL 181.17º 0.94% 0.32% -
HSV(B) 181.17º 0.97% 0.62% -
XYZ 18.21 26.31 36.92 -
YUV 111.19 154.97 52.26 -
System Red Green Blue C M Y K H S L
Decimal 5 156 159 0.97 0.02 0 0.38 181.17 0.94 0.32
Hex 5 9C 9F 61 2 0 26 B5 5E 20
Octal 5 234 237 141 2 0 46 265 136 40
Binary 101 10011100 10011111 1100001 10 0 100110 10110101 1011110 100000

Color Harmonies of #059C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C9F

Black with #059C9F

Text Example


Text Example

White with #059C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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