#03AEA7

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

Shades of Persian Green #03AEA7

Tints of Persian Green #03AEA7

Color information

#03AEA7 (or 0x03AEA7) is unknown color: approx Persian Green. HEX triplet: 03, AE and A7. RGB value is (3,174,167). Sum of RGB (Red+Green+Blue) = 3+174+167=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #03AEA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AEA7 is #FC5158. Grayscale: #797979. Windows color (decimal): -16535897 or 10989059. OLE color: 10989059.

HSL color Cylindrical-coordinate representation of color #03AEA7: hue angle of 177.54º 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 #03AEA7 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB3174167-
CMYK0.9800.040.32
HSL177.54º96.61%34.71%-
HSV(B)177.54º98.28%68.24%-
XYZ22.1533.0841.78-
YUV122.07153.3543.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 174 (68.36% from 255) = 50.58%
BLUE value IS 167 (65.62% from 255) = 48.55%
R=0.87%
G=50.58%
B=48.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31741670.9800.040.32177.5496.6134.71
Hex3AEA7620420b26123
Octal3256247142044026214143
Binary11101011101010011111000100100100000101100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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