Html Css Color HEX #5DF8A5 Medium Aquamarine

📋 copy color: '#5DF8A5'

red 93 ◦ green 248 ◦ blue 165

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

Shades of Medium Aquamarine #5DF8A5

Tints of Medium Aquamarine #5DF8A5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.01%

 BLUE value IS 165 (64.84% from 255) = 32.61%

R = 18.38%
G = 49.01%
B = 32.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#5DF8A5 (or 0x5DF8A5) is known color: Medium Aquamarine. HEX triplet: 5D, F8 and A5. RGB value is (93,248,165). Sum of RGB (Red+Green+Blue) = 93+248+165=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF8A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF8A5 is #A2075A. Grayscale: #C0C0C0. Windows color (decimal): -10618715 or 10877021. OLE color: 10877021.

HSL color Cylindrical-coordinate representation of color #5DF8A5: hue angle of 147.87º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF8A5 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 93 248 165 -
CMYK 0.62 0 0.33 0.03
HSL 147.87º 0.92% 0.67% -
HSV(B) 147.87º 0.63% 0.97% -
XYZ 44.87 72.18 47.16 -
YUV 192.19 112.65 57.25 -
System Red Green Blue C M Y K H S L
Decimal 93 248 165 0.62 0 0.33 0.03 147.87 0.92 0.67
Hex 5D F8 A5 3E 0 21 3 94 5C 43
Octal 135 370 245 76 0 41 3 224 134 103
Binary 1011101 11111000 10100101 111110 0 100001 11 10010100 1011100 1000011

Color Harmonies of #5DF8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF8A5

Black with #5DF8A5

Text Example


Text Example

White with #5DF8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,248,165); }

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

background-color css

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

 a { background-color: rgb(93,248,165); }

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

border-color css

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

 span { border-color: rgb(93,248,165); }

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