Html Css Color HEX #059A9B Persian Green

📋 copy color: '#059A9B'

red 5 ◦ green 154 ◦ blue 155

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

Shades of Persian Green #059A9B

Tints of Persian Green #059A9B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.04%

 BLUE value IS 155 (60.94% from 255) = 49.36%

R = 1.59%
G = 49.04%
B = 49.36%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#059A9B (or 0x059A9B) is known color: Persian Green. HEX triplet: 05, 9A and 9B. RGB value is (5,154,155). Sum of RGB (Red+Green+Blue) = 5+154+155=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #059A9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059A9B is #FA6564. Grayscale: #6D6D6D. Windows color (decimal): -16409957 or 10197509. OLE color: 10197509.

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

Color convert

RGB 5 154 155 -
CMYK 0.97 0.01 0 0.39
HSL 180.4º 0.94% 0.31% -
HSV(B) 180.4º 0.97% 0.61% -
XYZ 17.53 25.51 35.01 -
YUV 109.56 153.64 53.42 -
System Red Green Blue C M Y K H S L
Decimal 5 154 155 0.97 0.01 0 0.39 180.4 0.94 0.31
Hex 5 9A 9B 61 1 0 27 B4 5E 1F
Octal 5 232 233 141 1 0 47 264 136 37
Binary 101 10011010 10011011 1100001 1 0 100111 10110100 1011110 11111

Color Harmonies of #059A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059A9B

Black with #059A9B

Text Example


Text Example

White with #059A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,154,155); }

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

background-color css

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

 a { background-color: rgb(5,154,155); }

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

border-color css

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

 span { border-color: rgb(5,154,155); }

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