Html Css Color HEX #4CDBAA Medium Aquamarine

📋 copy color: '#4CDBAA'

red 76 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #4CDBAA

Tints of Medium Aquamarine #4CDBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 16.34%
G = 47.1%
B = 36.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#4CDBAA (or 0x4CDBAA) is known color: Medium Aquamarine. HEX triplet: 4C, DB and AA. RGB value is (76,219,170). Sum of RGB (Red+Green+Blue) = 76+219+170=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDBAA is #B32455. Grayscale: #AAAAAA. Windows color (decimal): -11740246 or 11197260. OLE color: 11197260.

HSL color Cylindrical-coordinate representation of color #4CDBAA: hue angle of 159.44º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDBAA is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 219 170 -
CMYK 0.65 0 0.22 0.14
HSL 159.44º 0.67% 0.58% -
HSV(B) 159.44º 0.65% 0.86% -
XYZ 35.57 55.1 46.79 -
YUV 170.66 127.62 60.48 -
System Red Green Blue C M Y K H S L
Decimal 76 219 170 0.65 0 0.22 0.14 159.44 0.67 0.58
Hex 4C DB AA 41 0 16 E 9F 43 3A
Octal 114 333 252 101 0 26 16 237 103 72
Binary 1001100 11011011 10101010 1000001 0 10110 1110 10011111 1000011 111010

Color Harmonies of #4CDBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDBAA

Black with #4CDBAA

Text Example


Text Example

White with #4CDBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,219,170); }

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

background-color css

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

 a { background-color: rgb(76,219,170); }

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

border-color css

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

 span { border-color: rgb(76,219,170); }

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