#04B3A7

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

Shades of Persian Green #04B3A7

Tints of Persian Green #04B3A7

Color information

#04B3A7 (or 0x04B3A7) is unknown color: approx Persian Green. HEX triplet: 04, B3 and A7. RGB value is (4,179,167). Sum of RGB (Red+Green+Blue) = 4+179+167=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #04B3A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B3A7 is #FB4C58. Grayscale: #7D7D7D. Windows color (decimal): -16469081 or 10990340. OLE color: 10990340.

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

Color convert

RGB4179167-
CMYK0.9800.070.30
HSL175.89º95.63%35.88%-
HSV(B)175.89º97.77%70.2%-
XYZ23.1535.0642.11-
YUV125.31151.5241.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.14%
GREEN value IS 179 (70.31% from 255) = 51.14%
BLUE value IS 167 (65.62% from 255) = 47.71%
R=1.14%
G=51.14%
B=47.71%

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
Decimal41791670.9800.070.30175.8995.6335.88
Hex4B3A762071Eb06024
Octal4263247142073626014044
Binary10010110011101001111100010011111110101100001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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