Html Css Color HEX #5BCCAB Medium Aquamarine

📋 copy color: '#5BCCAB'

red 91 ◦ green 204 ◦ blue 171

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

Shades of Medium Aquamarine #5BCCAB

Tints of Medium Aquamarine #5BCCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.78%

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

R = 19.53%
G = 43.78%
B = 36.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#5BCCAB (or 0x5BCCAB) is known color: Medium Aquamarine. HEX triplet: 5B, CC and AB. RGB value is (91,204,171). Sum of RGB (Red+Green+Blue) = 91+204+171=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCCAB is #A43354. Grayscale: #A6A6A6. Windows color (decimal): -10761045 or 11258971. OLE color: 11258971.

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

Color convert

RGB 91 204 171 -
CMYK 0.55 0 0.16 0.2
HSL 162.48º 0.53% 0.58% -
HSV(B) 162.48º 0.55% 0.8% -
XYZ 33.26 48.35 46.11 -
YUV 166.45 130.56 74.18 -
System Red Green Blue C M Y K H S L
Decimal 91 204 171 0.55 0 0.16 0.2 162.48 0.53 0.58
Hex 5B CC AB 37 0 10 14 A2 35 3A
Octal 133 314 253 67 0 20 24 242 65 72
Binary 1011011 11001100 10101011 110111 0 10000 10100 10100010 110101 111010

Color Harmonies of #5BCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCAB

Black with #5BCCAB

Text Example


Text Example

White with #5BCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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