Html Css Color HEX #5AEBAB Medium Aquamarine

📋 copy color: '#5AEBAB'

red 90 ◦ green 235 ◦ blue 171

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

Shades of Medium Aquamarine #5AEBAB

Tints of Medium Aquamarine #5AEBAB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.38%

 BLUE value IS 171 (67.19% from 255) = 34.48%

R = 18.15%
G = 47.38%
B = 34.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#5AEBAB (or 0x5AEBAB) is known color: Medium Aquamarine. HEX triplet: 5A, EB and AB. RGB value is (90,235,171). Sum of RGB (Red+Green+Blue) = 90+235+171=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEBAB is #A51454. Grayscale: #B8B8B8. Windows color (decimal): -10818645 or 11266906. OLE color: 11266906.

HSL color Cylindrical-coordinate representation of color #5AEBAB: hue angle of 153.52º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEBAB is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 235 171 -
CMYK 0.62 0 0.27 0.08
HSL 153.52º 0.78% 0.64% -
HSV(B) 153.52º 0.62% 0.92% -
XYZ 41.28 64.53 48.81 -
YUV 184.35 120.46 60.7 -
System Red Green Blue C M Y K H S L
Decimal 90 235 171 0.62 0 0.27 0.08 153.52 0.78 0.64
Hex 5A EB AB 3E 0 1B 8 9A 4E 40
Octal 132 353 253 76 0 33 10 232 116 100
Binary 1011010 11101011 10101011 111110 0 11011 1000 10011010 1001110 1000000

Color Harmonies of #5AEBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBAB

Black with #5AEBAB

Text Example


Text Example

White with #5AEBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,235,171); }

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

background-color css

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

 a { background-color: rgb(90,235,171); }

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

border-color css

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

 span { border-color: rgb(90,235,171); }

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