Html Css Color HEX #4ADBAD Medium Aquamarine

📋 copy color: '#4ADBAD'

red 74 ◦ green 219 ◦ blue 173

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

Shades of Medium Aquamarine #4ADBAD

Tints of Medium Aquamarine #4ADBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 15.88%
G = 47%
B = 37.12%

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

#4ADBAD (or 0x4ADBAD) is known color: Medium Aquamarine. HEX triplet: 4A, DB and AD. RGB value is (74,219,173). Sum of RGB (Red+Green+Blue) = 74+219+173=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADBAD is #B52452. Grayscale: #AAAAAA. Windows color (decimal): -11871315 or 11393866. OLE color: 11393866.

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

Color convert

RGB 74 219 173 -
CMYK 0.66 0 0.21 0.14
HSL 160.97º 0.67% 0.57% -
HSV(B) 160.97º 0.66% 0.86% -
XYZ 35.7 55.14 48.3 -
YUV 170.4 129.46 59.24 -
System Red Green Blue C M Y K H S L
Decimal 74 219 173 0.66 0 0.21 0.14 160.97 0.67 0.57
Hex 4A DB AD 42 0 15 E A1 43 39
Octal 112 333 255 102 0 25 16 241 103 71
Binary 1001010 11011011 10101101 1000010 0 10101 1110 10100001 1000011 111001

Color Harmonies of #4ADBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADBAD

Black with #4ADBAD

Text Example


Text Example

White with #4ADBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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