Html Css Color HEX #04A580 Free Speech Aquamarine

📋 copy color: '#04A580'

red 4 ◦ green 165 ◦ blue 128

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

Shades of Free Speech Aquamarine #04A580

Tints of Free Speech Aquamarine #04A580

RGB

 RED value IS 4 (1.95% from 255) = 1.35%

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

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 1.35%
G = 55.56%
B = 43.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#04A580 (or 0x04A580) is known color: Free Speech Aquamarine. HEX triplet: 04, A5 and 80. RGB value is (4,165,128). Sum of RGB (Red+Green+Blue) = 4+165+128=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #04A580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A580 is #FB5A7F. Grayscale: #707070. Windows color (decimal): -16472704 or 8430852. OLE color: 8430852.

HSL color Cylindrical-coordinate representation of color #04A580: hue angle of 166.21º degrees, saturation: 0.95, 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 #04A580 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 165 128 -
CMYK 0.98 0 0.22 0.35
HSL 166.21º 0.95% 0.33% -
HSV(B) 166.21º 0.98% 0.65% -
XYZ 17.4 28.49 25 -
YUV 112.64 136.66 50.51 -
System Red Green Blue C M Y K H S L
Decimal 4 165 128 0.98 0 0.22 0.35 166.21 0.95 0.33
Hex 4 A5 80 62 0 16 23 A6 5F 21
Octal 4 245 200 142 0 26 43 246 137 41
Binary 100 10100101 10000000 1100010 0 10110 100011 10100110 1011111 100001

Color Harmonies of #04A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A580

Black with #04A580

Text Example


Text Example

White with #04A580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04A580; }

 p { color: rgb(4,165,128); }

 H1.HeaderClassName
 {
   color: #04A580;
 }
 .AnyTagClassName
 {
   color: #04A580;
 }
</style>

background-color css

<style>
 a { background-color: #04A580; }

 a { background-color: rgb(4,165,128); }

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

border-color css

<style>
 span { border-color: #04A580; }

 span { border-color: rgb(4,165,128); }

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