Html Css Color HEX #04A374 Free Speech Aquamarine

📋 copy color: '#04A374'

red 4 ◦ green 163 ◦ blue 116

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

Shades of Free Speech Aquamarine #04A374

Tints of Free Speech Aquamarine #04A374

RGB

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

 GREEN value IS 163 (64.06% from 255) = 57.6%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 1.41%
G = 57.6%
B = 40.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#04A374 (or 0x04A374) is known color: Free Speech Aquamarine. HEX triplet: 04, A3 and 74. RGB value is (4,163,116). Sum of RGB (Red+Green+Blue) = 4+163+116=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #04A374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A374 is #FB5C8B. Grayscale: #6E6E6E. Windows color (decimal): -16473228 or 7643908. OLE color: 7643908.

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

Color convert

RGB 4 163 116 -
CMYK 0.98 0 0.29 0.36
HSL 162.26º 0.95% 0.33% -
HSV(B) 162.26º 0.98% 0.64% -
XYZ 16.3 27.48 20.97 -
YUV 110.1 131.32 52.32 -
System Red Green Blue C M Y K H S L
Decimal 4 163 116 0.98 0 0.29 0.36 162.26 0.95 0.33
Hex 4 A3 74 62 0 1D 24 A2 5F 21
Octal 4 243 164 142 0 35 44 242 137 41
Binary 100 10100011 1110100 1100010 0 11101 100100 10100010 1011111 100001

Color Harmonies of #04A374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A374

Black with #04A374

Text Example


Text Example

White with #04A374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,163,116); }

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

background-color css

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

 a { background-color: rgb(4,163,116); }

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

border-color css

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

 span { border-color: rgb(4,163,116); }

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