#03AE99

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

Shades of Persian Green #03AE99

Tints of Persian Green #03AE99

Color information

#03AE99 (or 0x03AE99) is unknown color: approx Persian Green. HEX triplet: 03, AE and 99. RGB value is (3,174,153). Sum of RGB (Red+Green+Blue) = 3+174+153=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #03AE99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AE99 is #FC5166. Grayscale: #787878. Windows color (decimal): -16535911 or 10071555. OLE color: 10071555.

HSL color Cylindrical-coordinate representation of color #03AE99: hue angle of 172.63º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AE99 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB3174153-
CMYK0.9800.120.32
HSL172.63º96.61%34.71%-
HSV(B)172.63º98.28%68.24%-
XYZ20.9232.5935.32-
YUV120.48146.3544.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 174 (68.36% from 255) = 52.73%
BLUE value IS 153 (60.16% from 255) = 46.36%
R=0.91%
G=52.73%
B=46.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31741530.9800.120.32172.6396.6134.71
Hex3AE99620C20ad6123
Octal32562311420144025514143
Binary111010111010011001110001001100100000101011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03AE99; }

 p { color: rgb(3,174,153); }

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

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

 a { background-color: rgb(3,174,153); }

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

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

 span { border-color: rgb(3,174,153); }

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