Html Css Color HEX #5AFEDD Aquamarine

📋 copy color: '#5AFEDD'

red 90 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #5AFEDD

Tints of Aquamarine #5AFEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 15.93%
G = 44.96%
B = 39.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#5AFEDD (or 0x5AFEDD) is known color: Aquamarine. HEX triplet: 5A, FE and DD. RGB value is (90,254,221). Sum of RGB (Red+Green+Blue) = 90+254+221=565 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.93% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFEDD is #A50122. Grayscale: #C9C9C9. Windows color (decimal): -10813731 or 14548570. OLE color: 14548570.

HSL color Cylindrical-coordinate representation of color #5AFEDD: hue angle of 167.93º 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 #5AFEDD is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 254 221 -
CMYK 0.65 0 0.13 0.00
HSL 167.93º 0.99% 0.67% -
HSV(B) 167.93º 0.65% 1% -
XYZ 52.71 78.28 80.74 -
YUV 201.2 139.17 48.68 -
System Red Green Blue C M Y K H S L
Decimal 90 254 221 0.65 0 0.13 0.00 167.93 0.99 0.67
Hex 5A FE DD 41 0 D 0 A8 63 43
Octal 132 376 335 101 0 15 0 250 143 103
Binary 1011010 11111110 11011101 1000001 0 1101 0 10101000 1100011 1000011

Color Harmonies of #5AFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFEDD

Black with #5AFEDD

Text Example


Text Example

White with #5AFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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