Html Css Color HEX #5DDBB2 Medium Aquamarine

📋 copy color: '#5DDBB2'

red 93 ◦ green 219 ◦ blue 178

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

Shades of Medium Aquamarine #5DDBB2

Tints of Medium Aquamarine #5DDBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

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

R = 18.98%
G = 44.69%
B = 36.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#5DDBB2 (or 0x5DDBB2) is known color: Medium Aquamarine. HEX triplet: 5D, DB and B2. RGB value is (93,219,178). Sum of RGB (Red+Green+Blue) = 93+219+178=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDBB2 is #A2244D. Grayscale: #B0B0B0. Windows color (decimal): -10626126 or 11721565. OLE color: 11721565.

HSL color Cylindrical-coordinate representation of color #5DDBB2: hue angle of 160.48º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDBB2 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 219 178 -
CMYK 0.58 0 0.19 0.14
HSL 160.48º 0.64% 0.61% -
HSV(B) 160.48º 0.58% 0.86% -
XYZ 37.88 56.2 50.97 -
YUV 176.65 128.76 68.33 -
System Red Green Blue C M Y K H S L
Decimal 93 219 178 0.58 0 0.19 0.14 160.48 0.64 0.61
Hex 5D DB B2 3A 0 13 E A0 40 3D
Octal 135 333 262 72 0 23 16 240 100 75
Binary 1011101 11011011 10110010 111010 0 10011 1110 10100000 1000000 111101

Color Harmonies of #5DDBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDBB2

Black with #5DDBB2

Text Example


Text Example

White with #5DDBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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