Html Css Color HEX #4ADFA8 Medium Aquamarine

📋 copy color: '#4ADFA8'

red 74 ◦ green 223 ◦ blue 168

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

Shades of Medium Aquamarine #4ADFA8

Tints of Medium Aquamarine #4ADFA8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

 BLUE value IS 168 (66.02% from 255) = 36.13%

R = 15.91%
G = 47.96%
B = 36.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#4ADFA8 (or 0x4ADFA8) is known color: Medium Aquamarine. HEX triplet: 4A, DF and A8. RGB value is (74,223,168). Sum of RGB (Red+Green+Blue) = 74+223+168=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADFA8 is #B52057. Grayscale: #ACACAC. Windows color (decimal): -11870296 or 11067210. OLE color: 11067210.

HSL color Cylindrical-coordinate representation of color #4ADFA8: hue angle of 157.85º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADFA8 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 223 168 -
CMYK 0.67 0 0.25 0.13
HSL 157.85º 0.7% 0.58% -
HSV(B) 157.85º 0.67% 0.87% -
XYZ 36.28 57.06 46.15 -
YUV 172.18 125.64 57.97 -
System Red Green Blue C M Y K H S L
Decimal 74 223 168 0.67 0 0.25 0.13 157.85 0.7 0.58
Hex 4A DF A8 43 0 19 D 9E 46 3A
Octal 112 337 250 103 0 31 15 236 106 72
Binary 1001010 11011111 10101000 1000011 0 11001 1101 10011110 1000110 111010

Color Harmonies of #4ADFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADFA8

Black with #4ADFA8

Text Example


Text Example

White with #4ADFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,223,168); }

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

background-color css

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

 a { background-color: rgb(74,223,168); }

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

border-color css

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

 span { border-color: rgb(74,223,168); }

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