Html Css Color HEX #4CDBA5 Medium Aquamarine

📋 copy color: '#4CDBA5'

red 76 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #4CDBA5

Tints of Medium Aquamarine #4CDBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.87%

R = 16.52%
G = 47.61%
B = 35.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#4CDBA5 (or 0x4CDBA5) is known color: Medium Aquamarine. HEX triplet: 4C, DB and A5. RGB value is (76,219,165). Sum of RGB (Red+Green+Blue) = 76+219+165=460 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.52% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDBA5 is #B3245A. Grayscale: #AAAAAA. Windows color (decimal): -11740251 or 10869580. OLE color: 10869580.

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

Color convert

RGB 76 219 165 -
CMYK 0.65 0 0.25 0.14
HSL 157.34º 0.67% 0.58% -
HSV(B) 157.34º 0.65% 0.86% -
XYZ 35.1 54.92 44.35 -
YUV 170.09 125.12 60.89 -
System Red Green Blue C M Y K H S L
Decimal 76 219 165 0.65 0 0.25 0.14 157.34 0.67 0.58
Hex 4C DB A5 41 0 19 E 9D 43 3A
Octal 114 333 245 101 0 31 16 235 103 72
Binary 1001100 11011011 10100101 1000001 0 11001 1110 10011101 1000011 111010

Color Harmonies of #4CDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDBA5

Black with #4CDBA5

Text Example


Text Example

White with #4CDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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