Html Css Color HEX #5AFEDB Aquamarine

📋 copy color: '#5AFEDB'

red 90 ◦ green 254 ◦ blue 219

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

Shades of Aquamarine #5AFEDB

Tints of Aquamarine #5AFEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.12%

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 15.99%
G = 45.12%
B = 38.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#5AFEDB (or 0x5AFEDB) is known color: Aquamarine. HEX triplet: 5A, FE and DB. RGB value is (90,254,219). Sum of RGB (Red+Green+Blue) = 90+254+219=563 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.99% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFEDB is #A50124. Grayscale: #C8C8C8. Windows color (decimal): -10813733 or 14417498. OLE color: 14417498.

HSL color Cylindrical-coordinate representation of color #5AFEDB: hue angle of 167.2º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFEDB is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 254 219 -
CMYK 0.65 0 0.14 0.00
HSL 167.2º 0.99% 0.67% -
HSV(B) 167.2º 0.65% 1% -
XYZ 52.44 78.17 79.34 -
YUV 200.97 138.17 48.85 -
System Red Green Blue C M Y K H S L
Decimal 90 254 219 0.65 0 0.14 0.00 167.2 0.99 0.67
Hex 5A FE DB 41 0 E 0 A7 63 43
Octal 132 376 333 101 0 16 0 247 143 103
Binary 1011010 11111110 11011011 1000001 0 1110 0 10100111 1100011 1000011

Color Harmonies of #5AFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFEDB

Black with #5AFEDB

Text Example


Text Example

White with #5AFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,254,219); }

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

background-color css

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

 a { background-color: rgb(90,254,219); }

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

border-color css

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

 span { border-color: rgb(90,254,219); }

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