Html Css Color HEX #04A680 Free Speech Aquamarine

📋 copy color: '#04A680'

red 4 ◦ green 166 ◦ blue 128

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

Shades of Free Speech Aquamarine #04A680

Tints of Free Speech Aquamarine #04A680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.7%

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

R = 1.34%
G = 55.7%
B = 42.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#04A680 (or 0x04A680) is known color: Free Speech Aquamarine. HEX triplet: 04, A6 and 80. RGB value is (4,166,128). Sum of RGB (Red+Green+Blue) = 4+166+128=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 166 (65.23% from 255 or 55.70% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 166 - color contains mainly: green. Hex color #04A680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A680 is #FB597F. Grayscale: #717171. Windows color (decimal): -16472448 or 8431108. OLE color: 8431108.

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

Color convert

RGB 4 166 128 -
CMYK 0.98 0 0.23 0.35
HSL 165.93º 0.95% 0.33% -
HSV(B) 165.93º 0.98% 0.65% -
XYZ 17.58 28.86 25.07 -
YUV 113.23 136.33 50.09 -
System Red Green Blue C M Y K H S L
Decimal 4 166 128 0.98 0 0.23 0.35 165.93 0.95 0.33
Hex 4 A6 80 62 0 17 23 A6 5F 21
Octal 4 246 200 142 0 27 43 246 137 41
Binary 100 10100110 10000000 1100010 0 10111 100011 10100110 1011111 100001

Color Harmonies of #04A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A680

Black with #04A680

Text Example


Text Example

White with #04A680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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