#04B59D

Color #04B59D Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #04B59D

Tints of Persian Green #04B59D

Color information

#04B59D (or 0x04B59D) is unknown color: approx Persian Green. HEX triplet: 04, B5 and 9D. RGB value is (4,181,157). Sum of RGB (Red+Green+Blue) = 4+181+157=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #04B59D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B59D is #FB4A62. Grayscale: #7D7D7D. Windows color (decimal): -16468579 or 10335492. OLE color: 10335492.

HSL color Cylindrical-coordinate representation of color #04B59D: hue angle of 171.86º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B59D is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB4181157-
CMYK0.9800.130.29
HSL171.86º95.68%36.27%-
HSV(B)171.86º97.79%70.98%-
XYZ22.6635.5137.56-
YUV125.34145.8641.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.17%
GREEN value IS 181 (71.09% from 255) = 52.92%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=1.17%
G=52.92%
B=45.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41811570.9800.130.29171.8695.6836.27
Hex4B59D620D1Dac6024
Octal42652351420153525414044
Binary100101101011001110111000100110111101101011001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04B59D; }

 p { color: rgb(4,181,157); }

 H1.HeaderClassName
 {
   color: #04B59D;
 }
 .AnyTagClassName
 {
   color: #04B59D;
 }
</style>
background-color css

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

 a { background-color: rgb(4,181,157); }

 div.DivClassName
 {
   background-color: #04B59D;
 }
 .BgClassName
 {
   background-color: #04B59D;
 }
</style>
border-color css

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

 span { border-color: rgb(4,181,157); }

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