Html Css Color HEX #5DFADD Aquamarine

📋 copy color: '#5DFADD'

red 93 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #5DFADD

Tints of Aquamarine #5DFADD

RGB

 RED value IS 93 (36.72% from 255) = 16.49%

 GREEN value IS 250 (98.05% from 255) = 44.33%

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

R = 16.49%
G = 44.33%
B = 39.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#5DFADD (or 0x5DFADD) is known color: Aquamarine. HEX triplet: 5D, FA and DD. RGB value is (93,250,221). Sum of RGB (Red+Green+Blue) = 93+250+221=564 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.49% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFADD is #A20522. Grayscale: #C7C7C7. Windows color (decimal): -10618147 or 14547549. OLE color: 14547549.

HSL color Cylindrical-coordinate representation of color #5DFADD: hue angle of 168.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFADD is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 250 221 -
CMYK 0.63 0 0.12 0.02
HSL 168.92º 0.94% 0.67% -
HSV(B) 168.92º 0.63% 0.98% -
XYZ 51.75 75.92 80.33 -
YUV 199.75 139.99 51.86 -
System Red Green Blue C M Y K H S L
Decimal 93 250 221 0.63 0 0.12 0.02 168.92 0.94 0.67
Hex 5D FA DD 3F 0 C 2 A9 5E 43
Octal 135 372 335 77 0 14 2 251 136 103
Binary 1011101 11111010 11011101 111111 0 1100 10 10101001 1011110 1000011

Color Harmonies of #5DFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFADD

Black with #5DFADD

Text Example


Text Example

White with #5DFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,250,221); }

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

background-color css

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

 a { background-color: rgb(93,250,221); }

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

border-color css

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

 span { border-color: rgb(93,250,221); }

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