Html Css Color HEX #059898 Persian Green

📋 copy color: '#059898'

red 5 ◦ green 152 ◦ blue 152

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

Shades of Persian Green #059898

Tints of Persian Green #059898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.19%

 BLUE value IS 152 (59.77% from 255) = 49.19%

R = 1.62%
G = 49.19%
B = 49.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#059898 (or 0x059898) is known color: Persian Green. HEX triplet: 05, 98 and 98. RGB value is (5,152,152). Sum of RGB (Red+Green+Blue) = 5+152+152=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #059898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059898 is #FA6767. Grayscale: #6B6B6B. Windows color (decimal): -16410472 or 10000389. OLE color: 10000389.

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

Color convert

RGB 5 152 152 -
CMYK 0.97 0 0 0.40
HSL 180º 0.94% 0.31% -
HSV(B) 180º 0.97% 0.6% -
XYZ 16.96 24.76 33.59 -
YUV 108.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 5 152 152 0.97 0 0 0.40 180 0.94 0.31
Hex 5 98 98 61 0 0 28 B4 5E 1F
Octal 5 230 230 141 0 0 50 264 136 37
Binary 101 10011000 10011000 1100001 0 0 101000 10110100 1011110 11111

Color Harmonies of #059898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059898

Black with #059898

Text Example


Text Example

White with #059898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059898; }

 p { color: rgb(5,152,152); }

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

background-color css

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

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

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

border-color css

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

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

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