Html Css Color HEX #059995 Persian Green

📋 copy color: '#059995'

red 5 ◦ green 153 ◦ blue 149

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

Shades of Persian Green #059995

Tints of Persian Green #059995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.84%

 BLUE value IS 149 (58.59% from 255) = 48.53%

R = 1.63%
G = 49.84%
B = 48.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#059995 (or 0x059995) is known color: Persian Green. HEX triplet: 05, 99 and 95. RGB value is (5,153,149). Sum of RGB (Red+Green+Blue) = 5+153+149=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #059995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059995 is #FA666A. Grayscale: #6C6C6C. Windows color (decimal): -16410219 or 9804037. OLE color: 9804037.

HSL color Cylindrical-coordinate representation of color #059995: hue angle of 178.38º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059995 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 153 149 -
CMYK 0.97 0 0.03 0.4
HSL 178.38º 0.94% 0.31% -
HSV(B) 178.38º 0.97% 0.6% -
XYZ 16.88 24.98 32.37 -
YUV 108.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 5 153 149 0.97 0 0.03 0.4 178.38 0.94 0.31
Hex 5 99 95 61 0 3 28 B2 5E 1F
Octal 5 231 225 141 0 3 50 262 136 37
Binary 101 10011001 10010101 1100001 0 11 101000 10110010 1011110 11111

Color Harmonies of #059995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059995

Black with #059995

Text Example


Text Example

White with #059995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059995; }

 p { color: rgb(5,153,149); }

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

background-color css

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

 a { background-color: rgb(5,153,149); }

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

border-color css

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

 span { border-color: rgb(5,153,149); }

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