Html Css Color HEX #5DD09B Medium Aquamarine

📋 copy color: '#5DD09B'

red 93 ◦ green 208 ◦ blue 155

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

Shades of Medium Aquamarine #5DD09B

Tints of Medium Aquamarine #5DD09B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.61%

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 20.39%
G = 45.61%
B = 33.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#5DD09B (or 0x5DD09B) is known color: Medium Aquamarine. HEX triplet: 5D, D0 and 9B. RGB value is (93,208,155). Sum of RGB (Red+Green+Blue) = 93+208+155=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD09B is #A22F64. Grayscale: #A7A7A7. Windows color (decimal): -10628965 or 10211421. OLE color: 10211421.

HSL color Cylindrical-coordinate representation of color #5DD09B: hue angle of 152.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD09B is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 155 -
CMYK 0.55 0 0.25 0.18
HSL 152.35º 0.55% 0.59% -
HSV(B) 152.35º 0.55% 0.82% -
XYZ 32.99 49.81 38.89 -
YUV 167.57 120.9 74.81 -
System Red Green Blue C M Y K H S L
Decimal 93 208 155 0.55 0 0.25 0.18 152.35 0.55 0.59
Hex 5D D0 9B 37 0 19 12 98 37 3B
Octal 135 320 233 67 0 31 22 230 67 73
Binary 1011101 11010000 10011011 110111 0 11001 10010 10011000 110111 111011

Color Harmonies of #5DD09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD09B

Black with #5DD09B

Text Example


Text Example

White with #5DD09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,208,155); }

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

background-color css

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

 a { background-color: rgb(93,208,155); }

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

border-color css

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

 span { border-color: rgb(93,208,155); }

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