Html Css Color HEX #4CDAAF Medium Aquamarine

📋 copy color: '#4CDAAF'

red 76 ◦ green 218 ◦ blue 175

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

Shades of Medium Aquamarine #4CDAAF

Tints of Medium Aquamarine #4CDAAF

RGB

 RED value IS 76 (30.08% from 255) = 16.2%

 GREEN value IS 218 (85.55% from 255) = 46.48%

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 16.2%
G = 46.48%
B = 37.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#4CDAAF (or 0x4CDAAF) is known color: Medium Aquamarine. HEX triplet: 4C, DA and AF. RGB value is (76,218,175). Sum of RGB (Red+Green+Blue) = 76+218+175=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDAAF is #B32550. Grayscale: #AAAAAA. Windows color (decimal): -11740497 or 11524684. OLE color: 11524684.

HSL color Cylindrical-coordinate representation of color #4CDAAF: hue angle of 161.83º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDAAF is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 218 175 -
CMYK 0.65 0 0.20 0.15
HSL 161.83º 0.66% 0.58% -
HSV(B) 161.83º 0.65% 0.85% -
XYZ 35.79 54.77 49.24 -
YUV 170.64 130.46 60.5 -
System Red Green Blue C M Y K H S L
Decimal 76 218 175 0.65 0 0.20 0.15 161.83 0.66 0.58
Hex 4C DA AF 41 0 14 F A2 42 3A
Octal 114 332 257 101 0 24 17 242 102 72
Binary 1001100 11011010 10101111 1000001 0 10100 1111 10100010 1000010 111010

Color Harmonies of #4CDAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDAAF

Black with #4CDAAF

Text Example


Text Example

White with #4CDAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CDAAF; }

 p { color: rgb(76,218,175); }

 H1.HeaderClassName
 {
   color: #4CDAAF;
 }
 .AnyTagClassName
 {
   color: #4CDAAF;
 }
</style>

background-color css

<style>
 a { background-color: #4CDAAF; }

 a { background-color: rgb(76,218,175); }

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

border-color css

<style>
 span { border-color: #4CDAAF; }

 span { border-color: rgb(76,218,175); }

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