Html Css Color HEX #5BCDAB Medium Aquamarine

📋 copy color: '#5BCDAB'

red 91 ◦ green 205 ◦ blue 171

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

Shades of Medium Aquamarine #5BCDAB

Tints of Medium Aquamarine #5BCDAB

RGB

 RED value IS 91 (35.94% from 255) = 19.49%

 GREEN value IS 205 (80.47% from 255) = 43.9%

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

R = 19.49%
G = 43.9%
B = 36.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#5BCDAB (or 0x5BCDAB) is known color: Medium Aquamarine. HEX triplet: 5B, CD and AB. RGB value is (91,205,171). Sum of RGB (Red+Green+Blue) = 91+205+171=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCDAB is #A43254. Grayscale: #A7A7A7. Windows color (decimal): -10760789 or 11259227. OLE color: 11259227.

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

Color convert

RGB 91 205 171 -
CMYK 0.56 0 0.17 0.20
HSL 162.11º 0.53% 0.58% -
HSV(B) 162.11º 0.56% 0.8% -
XYZ 33.5 48.83 46.19 -
YUV 167.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 91 205 171 0.56 0 0.17 0.20 162.11 0.53 0.58
Hex 5B CD AB 38 0 11 14 A2 35 3A
Octal 133 315 253 70 0 21 24 242 65 72
Binary 1011011 11001101 10101011 111000 0 10001 10100 10100010 110101 111010

Color Harmonies of #5BCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCDAB

Black with #5BCDAB

Text Example


Text Example

White with #5BCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,205,171); }

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

background-color css

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

 a { background-color: rgb(91,205,171); }

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

border-color css

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

 span { border-color: rgb(91,205,171); }

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