Html Css Color HEX #5DDBA2 Medium Aquamarine

📋 copy color: '#5DDBA2'

red 93 ◦ green 219 ◦ blue 162

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

Shades of Medium Aquamarine #5DDBA2

Tints of Medium Aquamarine #5DDBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 19.62%
G = 46.2%
B = 34.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#5DDBA2 (or 0x5DDBA2) is known color: Medium Aquamarine. HEX triplet: 5D, DB and A2. RGB value is (93,219,162). Sum of RGB (Red+Green+Blue) = 93+219+162=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDBA2 is #A2245D. Grayscale: #AEAEAE. Windows color (decimal): -10626142 or 10672989. OLE color: 10672989.

HSL color Cylindrical-coordinate representation of color #5DDBA2: hue angle of 152.86º 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 #5DDBA2 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 219 162 -
CMYK 0.58 0 0.26 0.14
HSL 152.86º 0.64% 0.61% -
HSV(B) 152.86º 0.58% 0.86% -
XYZ 36.37 55.6 43 -
YUV 174.83 120.76 69.63 -
System Red Green Blue C M Y K H S L
Decimal 93 219 162 0.58 0 0.26 0.14 152.86 0.64 0.61
Hex 5D DB A2 3A 0 1A E 99 40 3D
Octal 135 333 242 72 0 32 16 231 100 75
Binary 1011101 11011011 10100010 111010 0 11010 1110 10011001 1000000 111101

Color Harmonies of #5DDBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDBA2

Black with #5DDBA2

Text Example


Text Example

White with #5DDBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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