Html Css Color HEX #5DCDB7 Medium Aquamarine

📋 copy color: '#5DCDB7'

red 93 ◦ green 205 ◦ blue 183

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

Shades of Medium Aquamarine #5DCDB7

Tints of Medium Aquamarine #5DCDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.05%

R = 19.33%
G = 42.62%
B = 38.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#5DCDB7 (or 0x5DCDB7) is known color: Medium Aquamarine. HEX triplet: 5D, CD and B7. RGB value is (93,205,183). Sum of RGB (Red+Green+Blue) = 93+205+183=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDB7 is #A23248. Grayscale: #A8A8A8. Windows color (decimal): -10629705 or 12045661. OLE color: 12045661.

HSL color Cylindrical-coordinate representation of color #5DCDB7: hue angle of 168.21º 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 #5DCDB7 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 183 -
CMYK 0.55 0 0.11 0.20
HSL 168.21º 0.53% 0.58% -
HSV(B) 168.21º 0.55% 0.8% -
XYZ 34.89 49.41 52.5 -
YUV 169 135.89 73.79 -
System Red Green Blue C M Y K H S L
Decimal 93 205 183 0.55 0 0.11 0.20 168.21 0.53 0.58
Hex 5D CD B7 37 0 B 14 A8 35 3A
Octal 135 315 267 67 0 13 24 250 65 72
Binary 1011101 11001101 10110111 110111 0 1011 10100 10101000 110101 111010

Color Harmonies of #5DCDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDB7

Black with #5DCDB7

Text Example


Text Example

White with #5DCDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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