Html Css Color HEX #5DCDB5 Medium Aquamarine

📋 copy color: '#5DCDB5'

red 93 ◦ green 205 ◦ blue 181

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

Shades of Medium Aquamarine #5DCDB5

Tints of Medium Aquamarine #5DCDB5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.8%

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

R = 19.42%
G = 42.8%
B = 37.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#5DCDB5 (or 0x5DCDB5) is known color: Medium Aquamarine. HEX triplet: 5D, CD and B5. RGB value is (93,205,181). Sum of RGB (Red+Green+Blue) = 93+205+181=479 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.42% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDB5 is #A2324A. Grayscale: #A8A8A8. Windows color (decimal): -10629707 or 11914589. OLE color: 11914589.

HSL color Cylindrical-coordinate representation of color #5DCDB5: hue angle of 167.14º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDB5 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 181 -
CMYK 0.55 0 0.12 0.20
HSL 167.14º 0.53% 0.58% -
HSV(B) 167.14º 0.55% 0.8% -
XYZ 34.69 49.33 51.41 -
YUV 168.78 134.89 73.95 -
System Red Green Blue C M Y K H S L
Decimal 93 205 181 0.55 0 0.12 0.20 167.14 0.53 0.58
Hex 5D CD B5 37 0 C 14 A7 35 3A
Octal 135 315 265 67 0 14 24 247 65 72
Binary 1011101 11001101 10110101 110111 0 1100 10100 10100111 110101 111010

Color Harmonies of #5DCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDB5

Black with #5DCDB5

Text Example


Text Example

White with #5DCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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