#04B3A6

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

Shades of Persian Green #04B3A6

Tints of Persian Green #04B3A6

Color information

#04B3A6 (or 0x04B3A6) is unknown color: approx Persian Green. HEX triplet: 04, B3 and A6. RGB value is (4,179,166). Sum of RGB (Red+Green+Blue) = 4+179+166=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #04B3A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B3A6 is #FB4C59. Grayscale: #7D7D7D. Windows color (decimal): -16469082 or 10924804. OLE color: 10924804.

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

Color convert

RGB4179166-
CMYK0.9800.070.30
HSL175.54º95.63%35.88%-
HSV(B)175.54º97.77%70.2%-
XYZ23.0535.0241.62-
YUV125.19151.0241.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.15%
GREEN value IS 179 (70.31% from 255) = 51.29%
BLUE value IS 166 (65.23% from 255) = 47.56%
R=1.15%
G=51.29%
B=47.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41791660.9800.070.30175.5495.6335.88
Hex4B3A662071Eb06024
Octal4263246142073626014044
Binary10010110011101001101100010011111110101100001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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