Html Css Color HEX #059F9B Persian Green

📋 copy color: '#059F9B'

red 5 ◦ green 159 ◦ blue 155

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

Shades of Persian Green #059F9B

Tints of Persian Green #059F9B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.84%

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

R = 1.57%
G = 49.84%
B = 48.59%

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

#059F9B (or 0x059F9B) is known color: Persian Green. HEX triplet: 05, 9F and 9B. RGB value is (5,159,155). Sum of RGB (Red+Green+Blue) = 5+159+155=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #059F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059F9B is #FA6064. Grayscale: #707070. Windows color (decimal): -16408677 or 10198789. OLE color: 10198789.

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

Color convert

RGB 5 159 155 -
CMYK 0.97 0 0.03 0.38
HSL 178.44º 0.94% 0.32% -
HSV(B) 178.44º 0.97% 0.62% -
XYZ 18.38 27.2 35.29 -
YUV 112.5 151.98 51.33 -
System Red Green Blue C M Y K H S L
Decimal 5 159 155 0.97 0 0.03 0.38 178.44 0.94 0.32
Hex 5 9F 9B 61 0 3 26 B2 5E 20
Octal 5 237 233 141 0 3 46 262 136 40
Binary 101 10011111 10011011 1100001 0 11 100110 10110010 1011110 100000

Color Harmonies of #059F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059F9B

Black with #059F9B

Text Example


Text Example

White with #059F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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