Html Css Color HEX #5DCBAB Medium Aquamarine

📋 copy color: '#5DCBAB'

red 93 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #5DCBAB

Tints of Medium Aquamarine #5DCBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 19.91%
G = 43.47%
B = 36.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#5DCBAB (or 0x5DCBAB) is known color: Medium Aquamarine. HEX triplet: 5D, CB and AB. RGB value is (93,203,171). Sum of RGB (Red+Green+Blue) = 93+203+171=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCBAB is #A23454. Grayscale: #A6A6A6. Windows color (decimal): -10630229 or 11258717. OLE color: 11258717.

HSL color Cylindrical-coordinate representation of color #5DCBAB: hue angle of 162.55º 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 #5DCBAB is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 203 171 -
CMYK 0.54 0 0.16 0.20
HSL 162.55º 0.51% 0.58% -
HSV(B) 162.55º 0.54% 0.8% -
XYZ 33.22 47.98 46.04 -
YUV 166.46 130.56 75.6 -
System Red Green Blue C M Y K H S L
Decimal 93 203 171 0.54 0 0.16 0.20 162.55 0.51 0.58
Hex 5D CB AB 36 0 10 14 A3 33 3A
Octal 135 313 253 66 0 20 24 243 63 72
Binary 1011101 11001011 10101011 110110 0 10000 10100 10100011 110011 111010

Color Harmonies of #5DCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCBAB

Black with #5DCBAB

Text Example


Text Example

White with #5DCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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