#04B5A6

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

Shades of Persian Green #04B5A6

Tints of Persian Green #04B5A6

Color information

#04B5A6 (or 0x04B5A6) is unknown color: approx Persian Green. HEX triplet: 04, B5 and A6. RGB value is (4,181,166). Sum of RGB (Red+Green+Blue) = 4+181+166=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #04B5A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B5A6 is #FB4A59. Grayscale: #7E7E7E. Windows color (decimal): -16468570 or 10925316. OLE color: 10925316.

HSL color Cylindrical-coordinate representation of color #04B5A6: hue angle of 174.92º 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 #04B5A6 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB4181166-
CMYK0.9800.080.29
HSL174.92º95.68%36.27%-
HSV(B)174.92º97.79%70.98%-
XYZ23.4635.8341.76-
YUV126.37150.3640.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.14%
GREEN value IS 181 (71.09% from 255) = 51.57%
BLUE value IS 166 (65.23% from 255) = 47.29%
R=1.14%
G=51.57%
B=47.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41811660.9800.080.29174.9295.6836.27
Hex4B5A662081Daf6024
Octal42652461420103525714044
Binary100101101011010011011000100100011101101011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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