Html Css Color HEX #5DCDB2 Medium Aquamarine

📋 copy color: '#5DCDB2'

red 93 ◦ green 205 ◦ blue 178

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

Shades of Medium Aquamarine #5DCDB2

Tints of Medium Aquamarine #5DCDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.39%

R = 19.54%
G = 43.07%
B = 37.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#5DCDB2 (or 0x5DCDB2) is known color: Medium Aquamarine. HEX triplet: 5D, CD and B2. RGB value is (93,205,178). Sum of RGB (Red+Green+Blue) = 93+205+178=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCDB2 is #A2324D. Grayscale: #A8A8A8. Windows color (decimal): -10629710 or 11717981. OLE color: 11717981.

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

Color convert

RGB 93 205 178 -
CMYK 0.55 0 0.13 0.20
HSL 165.54º 0.53% 0.58% -
HSV(B) 165.54º 0.55% 0.8% -
XYZ 34.38 49.2 49.8 -
YUV 168.43 133.39 74.2 -
System Red Green Blue C M Y K H S L
Decimal 93 205 178 0.55 0 0.13 0.20 165.54 0.53 0.58
Hex 5D CD B2 37 0 D 14 A6 35 3A
Octal 135 315 262 67 0 15 24 246 65 72
Binary 1011101 11001101 10110010 110111 0 1101 10100 10100110 110101 111010

Color Harmonies of #5DCDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDB2

Black with #5DCDB2

Text Example


Text Example

White with #5DCDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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