Html Css Color HEX #4CDAAB Medium Aquamarine

📋 copy color: '#4CDAAB'

red 76 ◦ green 218 ◦ blue 171

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

Shades of Medium Aquamarine #4CDAAB

Tints of Medium Aquamarine #4CDAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 16.34%
G = 46.88%
B = 36.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#4CDAAB (or 0x4CDAAB) is known color: Medium Aquamarine. HEX triplet: 4C, DA and AB. RGB value is (76,218,171). Sum of RGB (Red+Green+Blue) = 76+218+171=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDAAB is #B32554. Grayscale: #AAAAAA. Windows color (decimal): -11740501 or 11262540. OLE color: 11262540.

HSL color Cylindrical-coordinate representation of color #4CDAAB: hue angle of 160.14º 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 #4CDAAB is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 218 171 -
CMYK 0.65 0 0.22 0.15
HSL 160.14º 0.66% 0.58% -
HSV(B) 160.14º 0.65% 0.85% -
XYZ 35.4 54.62 47.2 -
YUV 170.18 128.46 60.82 -
System Red Green Blue C M Y K H S L
Decimal 76 218 171 0.65 0 0.22 0.15 160.14 0.66 0.58
Hex 4C DA AB 41 0 16 F A0 42 3A
Octal 114 332 253 101 0 26 17 240 102 72
Binary 1001100 11011010 10101011 1000001 0 10110 1111 10100000 1000010 111010

Color Harmonies of #4CDAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDAAB

Black with #4CDAAB

Text Example


Text Example

White with #4CDAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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