Html Css Color HEX #5DFADC Aquamarine

📋 copy color: '#5DFADC'

red 93 ◦ green 250 ◦ blue 220

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

Shades of Aquamarine #5DFADC

Tints of Aquamarine #5DFADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 16.52%
G = 44.4%
B = 39.08%

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

#5DFADC (or 0x5DFADC) is known color: Aquamarine. HEX triplet: 5D, FA and DC. RGB value is (93,250,220). Sum of RGB (Red+Green+Blue) = 93+250+220=563 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.52% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFADC is #A20523. Grayscale: #C7C7C7. Windows color (decimal): -10618148 or 14482013. OLE color: 14482013.

HSL color Cylindrical-coordinate representation of color #5DFADC: hue angle of 168.54º 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 #5DFADC is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 250 220 -
CMYK 0.63 0 0.12 0.02
HSL 168.54º 0.94% 0.67% -
HSV(B) 168.54º 0.63% 0.98% -
XYZ 51.62 75.87 79.63 -
YUV 199.64 139.49 51.94 -
System Red Green Blue C M Y K H S L
Decimal 93 250 220 0.63 0 0.12 0.02 168.54 0.94 0.67
Hex 5D FA DC 3F 0 C 2 A9 5E 43
Octal 135 372 334 77 0 14 2 251 136 103
Binary 1011101 11111010 11011100 111111 0 1100 10 10101001 1011110 1000011

Color Harmonies of #5DFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFADC

Black with #5DFADC

Text Example


Text Example

White with #5DFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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