#03AFAD

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

Shades of Persian Green #03AFAD

Tints of Persian Green #03AFAD

Color information

#03AFAD (or 0x03AFAD) is unknown color: approx Persian Green. HEX triplet: 03, AF and AD. RGB value is (3,175,173). Sum of RGB (Red+Green+Blue) = 3+175+173=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #03AFAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AFAD is #FC5052. Grayscale: #7B7B7B. Windows color (decimal): -16535635 or 11382531. OLE color: 11382531.

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

Color convert

RGB3175173-
CMYK0.9800.010.31
HSL179.3º96.63%34.9%-
HSV(B)179.3º98.29%68.63%-
XYZ22.9133.744.83-
YUV123.34156.0242.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.85%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=0.85%
G=49.86%
B=49.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31751730.9800.010.31179.396.6334.9
Hex3AFAD62011Fb36123
Octal3257255142013726314143
Binary11101011111010110111000100111111101100111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,175,173); }

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

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

 a { background-color: rgb(3,175,173); }

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

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

 span { border-color: rgb(3,175,173); }

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