Html Css Color HEX #04AB7C Free Speech Aquamarine

📋 copy color: '#04AB7C'

red 4 ◦ green 171 ◦ blue 124

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

Shades of Free Speech Aquamarine #04AB7C

Tints of Free Speech Aquamarine #04AB7C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57.19%

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 1.34%
G = 57.19%
B = 41.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#04AB7C (or 0x04AB7C) is known color: Free Speech Aquamarine. HEX triplet: 04, AB and 7C. RGB value is (4,171,124). Sum of RGB (Red+Green+Blue) = 4+171+124=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AB7C is #FB5483. Grayscale: #737373. Windows color (decimal): -16471172 or 8170244. OLE color: 8170244.

HSL color Cylindrical-coordinate representation of color #04AB7C: hue angle of 163.11º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB7C is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 171 124 -
CMYK 0.98 0 0.27 0.33
HSL 163.11º 0.95% 0.34% -
HSV(B) 163.11º 0.98% 0.67% -
XYZ 18.25 30.61 24.01 -
YUV 115.71 132.67 48.32 -
System Red Green Blue C M Y K H S L
Decimal 4 171 124 0.98 0 0.27 0.33 163.11 0.95 0.34
Hex 4 AB 7C 62 0 1B 21 A3 5F 22
Octal 4 253 174 142 0 33 41 243 137 42
Binary 100 10101011 1111100 1100010 0 11011 100001 10100011 1011111 100010

Color Harmonies of #04AB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AB7C

Black with #04AB7C

Text Example


Text Example

White with #04AB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,171,124); }

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

background-color css

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

 a { background-color: rgb(4,171,124); }

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

border-color css

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

 span { border-color: rgb(4,171,124); }

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