Html Css Color HEX #5BCBAB Medium Aquamarine

📋 copy color: '#5BCBAB'

red 91 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #5BCBAB

Tints of Medium Aquamarine #5BCBAB

RGB

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

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

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

R = 19.57%
G = 43.66%
B = 36.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#5BCBAB (or 0x5BCBAB) is known color: Medium Aquamarine. HEX triplet: 5B, CB and AB. RGB value is (91,203,171). Sum of RGB (Red+Green+Blue) = 91+203+171=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCBAB is #A43454. Grayscale: #A5A5A5. Windows color (decimal): -10761301 or 11258715. OLE color: 11258715.

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

Color convert

RGB 91 203 171 -
CMYK 0.55 0 0.16 0.20
HSL 162.86º 0.52% 0.58% -
HSV(B) 162.86º 0.55% 0.8% -
XYZ 33.02 47.88 46.03 -
YUV 165.86 130.89 74.6 -
System Red Green Blue C M Y K H S L
Decimal 91 203 171 0.55 0 0.16 0.20 162.86 0.52 0.58
Hex 5B CB AB 37 0 10 14 A3 34 3A
Octal 133 313 253 67 0 20 24 243 64 72
Binary 1011011 11001011 10101011 110111 0 10000 10100 10100011 110100 111010

Color Harmonies of #5BCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCBAB

Black with #5BCBAB

Text Example


Text Example

White with #5BCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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