Html Css Color HEX #5ACEB0 Medium Aquamarine

📋 copy color: '#5ACEB0'

red 90 ◦ green 206 ◦ blue 176

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

Shades of Medium Aquamarine #5ACEB0

Tints of Medium Aquamarine #5ACEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.29%

R = 19.07%
G = 43.64%
B = 37.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#5ACEB0 (or 0x5ACEB0) is known color: Medium Aquamarine. HEX triplet: 5A, CE and B0. RGB value is (90,206,176). Sum of RGB (Red+Green+Blue) = 90+206+176=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACEB0 is #A5314F. Grayscale: #A7A7A7. Windows color (decimal): -10826064 or 11587162. OLE color: 11587162.

HSL color Cylindrical-coordinate representation of color #5ACEB0: hue angle of 164.48º 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 #5ACEB0 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 206 176 -
CMYK 0.56 0 0.15 0.19
HSL 164.48º 0.54% 0.58% -
HSV(B) 164.48º 0.56% 0.81% -
XYZ 34.12 49.45 48.82 -
YUV 167.9 132.57 72.44 -
System Red Green Blue C M Y K H S L
Decimal 90 206 176 0.56 0 0.15 0.19 164.48 0.54 0.58
Hex 5A CE B0 38 0 F 13 A4 36 3A
Octal 132 316 260 70 0 17 23 244 66 72
Binary 1011010 11001110 10110000 111000 0 1111 10011 10100100 110110 111010

Color Harmonies of #5ACEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEB0

Black with #5ACEB0

Text Example


Text Example

White with #5ACEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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