Html Css Color HEX #5ADEA5 Medium Aquamarine

📋 copy color: '#5ADEA5'

red 90 ◦ green 222 ◦ blue 165

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

Shades of Medium Aquamarine #5ADEA5

Tints of Medium Aquamarine #5ADEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.54%

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

R = 18.87%
G = 46.54%
B = 34.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#5ADEA5 (or 0x5ADEA5) is known color: Medium Aquamarine. HEX triplet: 5A, DE and A5. RGB value is (90,222,165). Sum of RGB (Red+Green+Blue) = 90+222+165=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADEA5 is #A5215A. Grayscale: #B0B0B0. Windows color (decimal): -10821979 or 10870362. OLE color: 10870362.

HSL color Cylindrical-coordinate representation of color #5ADEA5: hue angle of 154.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADEA5 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 222 165 -
CMYK 0.59 0 0.26 0.13
HSL 154.09º 0.67% 0.61% -
HSV(B) 154.09º 0.59% 0.87% -
XYZ 37.13 57.13 44.67 -
YUV 176.03 121.77 66.63 -
System Red Green Blue C M Y K H S L
Decimal 90 222 165 0.59 0 0.26 0.13 154.09 0.67 0.61
Hex 5A DE A5 3B 0 1A D 9A 43 3D
Octal 132 336 245 73 0 32 15 232 103 75
Binary 1011010 11011110 10100101 111011 0 11010 1101 10011010 1000011 111101

Color Harmonies of #5ADEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADEA5

Black with #5ADEA5

Text Example


Text Example

White with #5ADEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,222,165); }

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

background-color css

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

 a { background-color: rgb(90,222,165); }

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

border-color css

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

 span { border-color: rgb(90,222,165); }

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