Html Css Color HEX #5DDEA2 Medium Aquamarine

📋 copy color: '#5DDEA2'

red 93 ◦ green 222 ◦ blue 162

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

Shades of Medium Aquamarine #5DDEA2

Tints of Medium Aquamarine #5DDEA2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.54%

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

R = 19.5%
G = 46.54%
B = 33.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#5DDEA2 (or 0x5DDEA2) is known color: Medium Aquamarine. HEX triplet: 5D, DE and A2. RGB value is (93,222,162). Sum of RGB (Red+Green+Blue) = 93+222+162=477 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.50% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDEA2 is #A2215D. Grayscale: #B0B0B0. Windows color (decimal): -10625374 or 10673757. OLE color: 10673757.

HSL color Cylindrical-coordinate representation of color #5DDEA2: hue angle of 152.09º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDEA2 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 222 162 -
CMYK 0.58 0 0.27 0.13
HSL 152.09º 0.66% 0.62% -
HSV(B) 152.09º 0.58% 0.87% -
XYZ 37.16 57.18 43.26 -
YUV 176.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 93 222 162 0.58 0 0.27 0.13 152.09 0.66 0.62
Hex 5D DE A2 3A 0 1B D 98 42 3E
Octal 135 336 242 72 0 33 15 230 102 76
Binary 1011101 11011110 10100010 111010 0 11011 1101 10011000 1000010 111110

Color Harmonies of #5DDEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDEA2

Black with #5DDEA2

Text Example


Text Example

White with #5DDEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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