Html Css Color HEX #5DCFA1 Medium Aquamarine

📋 copy color: '#5DCFA1'

red 93 ◦ green 207 ◦ blue 161

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

Shades of Medium Aquamarine #5DCFA1

Tints of Medium Aquamarine #5DCFA1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.9%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 20.17%
G = 44.9%
B = 34.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#5DCFA1 (or 0x5DCFA1) is known color: Medium Aquamarine. HEX triplet: 5D, CF and A1. RGB value is (93,207,161). Sum of RGB (Red+Green+Blue) = 93+207+161=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFA1 is #A2305E. Grayscale: #A7A7A7. Windows color (decimal): -10629215 or 10604381. OLE color: 10604381.

HSL color Cylindrical-coordinate representation of color #5DCFA1: hue angle of 155.79º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCFA1 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 207 161 -
CMYK 0.55 0 0.22 0.19
HSL 155.79º 0.54% 0.59% -
HSV(B) 155.79º 0.55% 0.81% -
XYZ 33.26 49.53 41.52 -
YUV 167.67 124.23 74.74 -
System Red Green Blue C M Y K H S L
Decimal 93 207 161 0.55 0 0.22 0.19 155.79 0.54 0.59
Hex 5D CF A1 37 0 16 13 9C 36 3B
Octal 135 317 241 67 0 26 23 234 66 73
Binary 1011101 11001111 10100001 110111 0 10110 10011 10011100 110110 111011

Color Harmonies of #5DCFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCFA1

Black with #5DCFA1

Text Example


Text Example

White with #5DCFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,207,161); }

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

background-color css

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

 a { background-color: rgb(93,207,161); }

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

border-color css

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

 span { border-color: rgb(93,207,161); }

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