#03A675

Color #03A675 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #03A675

Tints of Free Speech Aquamarine #03A675

Color information

#03A675 (or 0x03A675) is unknown color: approx Free Speech Aquamarine. HEX triplet: 03, A6 and 75. RGB value is (3,166,117). Sum of RGB (Red+Green+Blue) = 3+166+117=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #03A675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A675 is #FC598A. Grayscale: #6F6F6F. Windows color (decimal): -16537995 or 7710211. OLE color: 7710211.

HSL color Cylindrical-coordinate representation of color #03A675: hue angle of 161.96º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A675 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB3166117-
CMYK0.9800.300.35
HSL161.96º96.45%33.14%-
HSV(B)161.96º98.19%65.1%-
XYZ16.8828.5821.46-
YUV111.6813150.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 166 (65.23% from 255) = 58.04%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=1.05%
G=58.04%
B=40.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31661170.9800.300.35161.9696.4533.14
Hex3A6756201E23a26021
Octal32461651420364324214041
Binary111010011011101011100010011110100011101000101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,166,117); }

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

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

 a { background-color: rgb(3,166,117); }

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

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

 span { border-color: rgb(3,166,117); }

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