Html Css Color HEX #5ACEA5 Medium Aquamarine

📋 copy color: '#5ACEA5'

red 90 ◦ green 206 ◦ blue 165

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

Shades of Medium Aquamarine #5ACEA5

Tints of Medium Aquamarine #5ACEA5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

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

R = 19.52%
G = 44.69%
B = 35.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#5ACEA5 (or 0x5ACEA5) is known color: Medium Aquamarine. HEX triplet: 5A, CE and A5. RGB value is (90,206,165). Sum of RGB (Red+Green+Blue) = 90+206+165=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACEA5 is #A5315A. Grayscale: #A6A6A6. Windows color (decimal): -10826075 or 10866266. OLE color: 10866266.

HSL color Cylindrical-coordinate representation of color #5ACEA5: hue angle of 158.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACEA5 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 206 165 -
CMYK 0.56 0 0.20 0.19
HSL 158.79º 0.54% 0.58% -
HSV(B) 158.79º 0.56% 0.81% -
XYZ 33.08 49.03 43.32 -
YUV 166.64 127.07 73.33 -
System Red Green Blue C M Y K H S L
Decimal 90 206 165 0.56 0 0.20 0.19 158.79 0.54 0.58
Hex 5A CE A5 38 0 14 13 9F 36 3A
Octal 132 316 245 70 0 24 23 237 66 72
Binary 1011010 11001110 10100101 111000 0 10100 10011 10011111 110110 111010

Color Harmonies of #5ACEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEA5

Black with #5ACEA5

Text Example


Text Example

White with #5ACEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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