Html Css Color HEX #5DF9DA Aquamarine

📋 copy color: '#5DF9DA'

red 93 ◦ green 249 ◦ blue 218

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

Shades of Aquamarine #5DF9DA

Tints of Aquamarine #5DF9DA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.46%

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 16.61%
G = 44.46%
B = 38.93%

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

#5DF9DA (or 0x5DF9DA) is known color: Aquamarine. HEX triplet: 5D, F9 and DA. RGB value is (93,249,218). Sum of RGB (Red+Green+Blue) = 93+249+218=560 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.61% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF9DA is #A20625. Grayscale: #C6C6C6. Windows color (decimal): -10618406 or 14350685. OLE color: 14350685.

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

Color convert

RGB 93 249 218 -
CMYK 0.63 0 0.12 0.02
HSL 168.08º 0.93% 0.67% -
HSV(B) 168.08º 0.63% 0.98% -
XYZ 51.04 75.14 78.14 -
YUV 198.82 138.82 52.52 -
System Red Green Blue C M Y K H S L
Decimal 93 249 218 0.63 0 0.12 0.02 168.08 0.93 0.67
Hex 5D F9 DA 3F 0 C 2 A8 5D 43
Octal 135 371 332 77 0 14 2 250 135 103
Binary 1011101 11111001 11011010 111111 0 1100 10 10101000 1011101 1000011

Color Harmonies of #5DF9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF9DA

Black with #5DF9DA

Text Example


Text Example

White with #5DF9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,249,218); }

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

background-color css

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

 a { background-color: rgb(93,249,218); }

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

border-color css

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

 span { border-color: rgb(93,249,218); }

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