Html Css Color HEX #5ACAAE Medium Aquamarine

📋 copy color: '#5ACAAE'

red 90 ◦ green 202 ◦ blue 174

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

Shades of Medium Aquamarine #5ACAAE

Tints of Medium Aquamarine #5ACAAE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.35%

 BLUE value IS 174 (68.36% from 255) = 37.34%

R = 19.31%
G = 43.35%
B = 37.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#5ACAAE (or 0x5ACAAE) is known color: Medium Aquamarine. HEX triplet: 5A, CA and AE. RGB value is (90,202,174). Sum of RGB (Red+Green+Blue) = 90+202+174=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACAAE is #A53551. Grayscale: #A5A5A5. Windows color (decimal): -10827090 or 11455066. OLE color: 11455066.

HSL color Cylindrical-coordinate representation of color #5ACAAE: hue angle of 165º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ACAAE is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 202 174 -
CMYK 0.55 0 0.14 0.21
HSL 165º 0.51% 0.57% -
HSV(B) 165º 0.55% 0.79% -
XYZ 32.98 47.47 47.47 -
YUV 165.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 90 202 174 0.55 0 0.14 0.21 165 0.51 0.57
Hex 5A CA AE 37 0 E 15 A5 33 39
Octal 132 312 256 67 0 16 25 245 63 71
Binary 1011010 11001010 10101110 110111 0 1110 10101 10100101 110011 111001

Color Harmonies of #5ACAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACAAE

Black with #5ACAAE

Text Example


Text Example

White with #5ACAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,202,174); }

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

background-color css

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

 a { background-color: rgb(90,202,174); }

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

border-color css

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

 span { border-color: rgb(90,202,174); }

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