Html Css Color HEX #04A57D Free Speech Aquamarine

📋 copy color: '#04A57D'

red 4 ◦ green 165 ◦ blue 125

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

Shades of Free Speech Aquamarine #04A57D

Tints of Free Speech Aquamarine #04A57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 1.36%
G = 56.12%
B = 42.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#04A57D (or 0x04A57D) is known color: Free Speech Aquamarine. HEX triplet: 04, A5 and 7D. RGB value is (4,165,125). Sum of RGB (Red+Green+Blue) = 4+165+125=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #04A57D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A57D is #FB5A82. Grayscale: #707070. Windows color (decimal): -16472707 or 8234244. OLE color: 8234244.

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

Color convert

RGB 4 165 125 -
CMYK 0.98 0 0.24 0.35
HSL 165.09º 0.95% 0.33% -
HSV(B) 165.09º 0.98% 0.65% -
XYZ 17.21 28.42 23.98 -
YUV 112.3 135.16 50.75 -
System Red Green Blue C M Y K H S L
Decimal 4 165 125 0.98 0 0.24 0.35 165.09 0.95 0.33
Hex 4 A5 7D 62 0 18 23 A5 5F 21
Octal 4 245 175 142 0 30 43 245 137 41
Binary 100 10100101 1111101 1100010 0 11000 100011 10100101 1011111 100001

Color Harmonies of #04A57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A57D

Black with #04A57D

Text Example


Text Example

White with #04A57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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