#03A478

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

Shades of Free Speech Aquamarine #03A478

Tints of Free Speech Aquamarine #03A478

Color information

#03A478 (or 0x03A478) is unknown color: approx Free Speech Aquamarine. HEX triplet: 03, A4 and 78. RGB value is (3,164,120). Sum of RGB (Red+Green+Blue) = 3+164+120=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #03A478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A478 is #FC5B87. Grayscale: #6E6E6E. Windows color (decimal): -16538504 or 7906307. OLE color: 7906307.

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

Color convert

RGB3164120-
CMYK0.9800.270.36
HSL163.6º96.41%32.75%-
HSV(B)163.6º98.17%64.31%-
XYZ16.727.9322.28-
YUV110.84133.1651.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 164 (64.45% from 255) = 57.14%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=1.05%
G=57.14%
B=41.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31641200.9800.270.36163.696.4132.75
Hex3A4786201B24a46021
Octal32441701420334424414041
Binary111010010011110001100010011011100100101001001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,164,120); }

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

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

 a { background-color: rgb(3,164,120); }

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

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

 span { border-color: rgb(3,164,120); }

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