Html Css Color HEX #4ADBAE Medium Aquamarine

📋 copy color: '#4ADBAE'

red 74 ◦ green 219 ◦ blue 174

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

Shades of Medium Aquamarine #4ADBAE

Tints of Medium Aquamarine #4ADBAE

RGB

 RED value IS 74 (29.3% from 255) = 15.85%

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

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

R = 15.85%
G = 46.9%
B = 37.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#4ADBAE (or 0x4ADBAE) is known color: Medium Aquamarine. HEX triplet: 4A, DB and AE. RGB value is (74,219,174). Sum of RGB (Red+Green+Blue) = 74+219+174=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADBAE is #B52451. Grayscale: #AAAAAA. Windows color (decimal): -11871314 or 11459402. OLE color: 11459402.

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

Color convert

RGB 74 219 174 -
CMYK 0.66 0 0.21 0.14
HSL 161.38º 0.67% 0.57% -
HSV(B) 161.38º 0.66% 0.86% -
XYZ 35.8 55.17 48.81 -
YUV 170.52 129.96 59.16 -
System Red Green Blue C M Y K H S L
Decimal 74 219 174 0.66 0 0.21 0.14 161.38 0.67 0.57
Hex 4A DB AE 42 0 15 E A1 43 39
Octal 112 333 256 102 0 25 16 241 103 71
Binary 1001010 11011011 10101110 1000010 0 10101 1110 10100001 1000011 111001

Color Harmonies of #4ADBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADBAE

Black with #4ADBAE

Text Example


Text Example

White with #4ADBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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