Html Css Color HEX #5DCB9B Medium Aquamarine

📋 copy color: '#5DCB9B'

red 93 ◦ green 203 ◦ blue 155

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

Shades of Medium Aquamarine #5DCB9B

Tints of Medium Aquamarine #5DCB9B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.01%

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

R = 20.62%
G = 45.01%
B = 34.37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#5DCB9B (or 0x5DCB9B) is known color: Medium Aquamarine. HEX triplet: 5D, CB and 9B. RGB value is (93,203,155). Sum of RGB (Red+Green+Blue) = 93+203+155=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCB9B is #A23464. Grayscale: #A4A4A4. Windows color (decimal): -10630245 or 10210141. OLE color: 10210141.

HSL color Cylindrical-coordinate representation of color #5DCB9B: hue angle of 153.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCB9B is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 203 155 -
CMYK 0.54 0 0.24 0.20
HSL 153.82º 0.51% 0.58% -
HSV(B) 153.82º 0.54% 0.8% -
XYZ 31.79 47.41 38.49 -
YUV 164.64 122.56 76.9 -
System Red Green Blue C M Y K H S L
Decimal 93 203 155 0.54 0 0.24 0.20 153.82 0.51 0.58
Hex 5D CB 9B 36 0 18 14 9A 33 3A
Octal 135 313 233 66 0 30 24 232 63 72
Binary 1011101 11001011 10011011 110110 0 11000 10100 10011010 110011 111010

Color Harmonies of #5DCB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCB9B

Black with #5DCB9B

Text Example


Text Example

White with #5DCB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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