Html Css Color HEX #03A576 Free Speech Aquamarine

📋 copy color: '#03A576'

red 3 ◦ green 165 ◦ blue 118

#03A576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #03A576

Tints of Free Speech Aquamarine #03A576

RGB

 RED value IS 3 (1.56% from 255) = 1.05%

 GREEN value IS 165 (64.84% from 255) = 57.69%

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 1.05%
G = 57.69%
B = 41.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#03A576 (or 0x03A576) is known color: Free Speech Aquamarine. HEX triplet: 03, A5 and 76. RGB value is (3,165,118). Sum of RGB (Red+Green+Blue) = 3+165+118=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #03A576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A576 is #FC5A89. Grayscale: #6F6F6F. Windows color (decimal): -16538250 or 7775491. OLE color: 7775491.

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

Color convert

RGB 3 165 118 -
CMYK 0.98 0 0.28 0.35
HSL 162.59º 0.96% 0.33% -
HSV(B) 162.59º 0.98% 0.65% -
XYZ 16.76 28.24 21.71 -
YUV 111.2 131.83 50.82 -
System Red Green Blue C M Y K H S L
Decimal 3 165 118 0.98 0 0.28 0.35 162.59 0.96 0.33
Hex 3 A5 76 62 0 1C 23 A3 60 21
Octal 3 245 166 142 0 34 43 243 140 41
Binary 11 10100101 1110110 1100010 0 11100 100011 10100011 1100000 100001

Color Harmonies of #03A576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A576

Black with #03A576

Text Example


Text Example

White with #03A576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,165,118); }

 H1.HeaderClassName
 {
   color: #03A576;
 }
 .AnyTagClassName
 {
   color: #03A576;
 }
</style>

background-color css

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

 a { background-color: rgb(3,165,118); }

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

border-color css

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

 span { border-color: rgb(3,165,118); }

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