Html Css Color HEX #5DC9B5 Medium Aquamarine

📋 copy color: '#5DC9B5'

red 93 ◦ green 201 ◦ blue 181

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

Shades of Medium Aquamarine #5DC9B5

Tints of Medium Aquamarine #5DC9B5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.32%

 BLUE value IS 181 (71.09% from 255) = 38.11%

R = 19.58%
G = 42.32%
B = 38.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#5DC9B5 (or 0x5DC9B5) is known color: Medium Aquamarine. HEX triplet: 5D, C9 and B5. RGB value is (93,201,181). Sum of RGB (Red+Green+Blue) = 93+201+181=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC9B5 is #A2364A. Grayscale: #A6A6A6. Windows color (decimal): -10630731 or 11913565. OLE color: 11913565.

HSL color Cylindrical-coordinate representation of color #5DC9B5: hue angle of 168.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DC9B5 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 201 181 -
CMYK 0.54 0 0.10 0.21
HSL 168.89º 0.5% 0.58% -
HSV(B) 168.89º 0.54% 0.79% -
XYZ 33.74 47.44 51.09 -
YUV 166.43 136.22 75.63 -
System Red Green Blue C M Y K H S L
Decimal 93 201 181 0.54 0 0.10 0.21 168.89 0.5 0.58
Hex 5D C9 B5 36 0 A 15 A9 32 3A
Octal 135 311 265 66 0 12 25 251 62 72
Binary 1011101 11001001 10110101 110110 0 1010 10101 10101001 110010 111010

Color Harmonies of #5DC9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC9B5

Black with #5DC9B5

Text Example


Text Example

White with #5DC9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,201,181); }

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

background-color css

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

 a { background-color: rgb(93,201,181); }

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

border-color css

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

 span { border-color: rgb(93,201,181); }

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