Html Css Color HEX #4CDBAE Medium Aquamarine

📋 copy color: '#4CDBAE'

red 76 ◦ green 219 ◦ blue 174

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

Shades of Medium Aquamarine #4CDBAE

Tints of Medium Aquamarine #4CDBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 16.2%
G = 46.7%
B = 37.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#4CDBAE (or 0x4CDBAE) is known color: Medium Aquamarine. HEX triplet: 4C, DB and AE. RGB value is (76,219,174). Sum of RGB (Red+Green+Blue) = 76+219+174=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDBAE is #B32451. Grayscale: #ABABAB. Windows color (decimal): -11740242 or 11459404. OLE color: 11459404.

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

Color convert

RGB 76 219 174 -
CMYK 0.65 0 0.21 0.14
HSL 161.12º 0.67% 0.58% -
HSV(B) 161.12º 0.65% 0.86% -
XYZ 35.95 55.26 48.81 -
YUV 171.11 129.62 60.16 -
System Red Green Blue C M Y K H S L
Decimal 76 219 174 0.65 0 0.21 0.14 161.12 0.67 0.58
Hex 4C DB AE 41 0 15 E A1 43 3A
Octal 114 333 256 101 0 25 16 241 103 72
Binary 1001100 11011011 10101110 1000001 0 10101 1110 10100001 1000011 111010

Color Harmonies of #4CDBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDBAE

Black with #4CDBAE

Text Example


Text Example

White with #4CDBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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