Html Css Color HEX #5ADFA2 Medium Aquamarine

📋 copy color: '#5ADFA2'

red 90 ◦ green 223 ◦ blue 162

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

Shades of Medium Aquamarine #5ADFA2

Tints of Medium Aquamarine #5ADFA2

RGB

 RED value IS 90 (35.55% from 255) = 18.95%

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

 BLUE value IS 162 (63.67% from 255) = 34.11%

R = 18.95%
G = 46.95%
B = 34.11%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#5ADFA2 (or 0x5ADFA2) is known color: Medium Aquamarine. HEX triplet: 5A, DF and A2. RGB value is (90,223,162). Sum of RGB (Red+Green+Blue) = 90+223+162=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADFA2 is #A5205D. Grayscale: #B0B0B0. Windows color (decimal): -10821726 or 10674010. OLE color: 10674010.

HSL color Cylindrical-coordinate representation of color #5ADFA2: hue angle of 152.48º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADFA2 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 223 162 -
CMYK 0.60 0 0.27 0.13
HSL 152.48º 0.68% 0.61% -
HSV(B) 152.48º 0.6% 0.87% -
XYZ 37.13 57.56 43.34 -
YUV 176.28 119.94 66.46 -
System Red Green Blue C M Y K H S L
Decimal 90 223 162 0.60 0 0.27 0.13 152.48 0.68 0.61
Hex 5A DF A2 3C 0 1B D 98 44 3D
Octal 132 337 242 74 0 33 15 230 104 75
Binary 1011010 11011111 10100010 111100 0 11011 1101 10011000 1000100 111101

Color Harmonies of #5ADFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFA2

Black with #5ADFA2

Text Example


Text Example

White with #5ADFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ADFA2; }

 p { color: rgb(90,223,162); }

 H1.HeaderClassName
 {
   color: #5ADFA2;
 }
 .AnyTagClassName
 {
   color: #5ADFA2;
 }
</style>

background-color css

<style>
 a { background-color: #5ADFA2; }

 a { background-color: rgb(90,223,162); }

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

border-color css

<style>
 span { border-color: #5ADFA2; }

 span { border-color: rgb(90,223,162); }

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