Html Css Color HEX #5AEBAF Medium Aquamarine

📋 copy color: '#5AEBAF'

red 90 ◦ green 235 ◦ blue 175

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

Shades of Medium Aquamarine #5AEBAF

Tints of Medium Aquamarine #5AEBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35%

R = 18%
G = 47%
B = 35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#5AEBAF (or 0x5AEBAF) is known color: Medium Aquamarine. HEX triplet: 5A, EB and AF. RGB value is (90,235,175). Sum of RGB (Red+Green+Blue) = 90+235+175=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEBAF is #A51450. Grayscale: #B8B8B8. Windows color (decimal): -10818641 or 11529050. OLE color: 11529050.

HSL color Cylindrical-coordinate representation of color #5AEBAF: hue angle of 155.17º 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 #5AEBAF is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 235 175 -
CMYK 0.62 0 0.26 0.08
HSL 155.17º 0.78% 0.64% -
HSV(B) 155.17º 0.62% 0.92% -
XYZ 41.66 64.69 50.85 -
YUV 184.81 122.46 60.38 -
System Red Green Blue C M Y K H S L
Decimal 90 235 175 0.62 0 0.26 0.08 155.17 0.78 0.64
Hex 5A EB AF 3E 0 1A 8 9B 4E 40
Octal 132 353 257 76 0 32 10 233 116 100
Binary 1011010 11101011 10101111 111110 0 11010 1000 10011011 1001110 1000000

Color Harmonies of #5AEBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBAF

Black with #5AEBAF

Text Example


Text Example

White with #5AEBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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