Html Css Color HEX #5BCBA0 Medium Aquamarine

📋 copy color: '#5BCBA0'

red 91 ◦ green 203 ◦ blue 160

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

Shades of Medium Aquamarine #5BCBA0

Tints of Medium Aquamarine #5BCBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.24%

R = 20.04%
G = 44.71%
B = 35.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#5BCBA0 (or 0x5BCBA0) is known color: Medium Aquamarine. HEX triplet: 5B, CB and A0. RGB value is (91,203,160). Sum of RGB (Red+Green+Blue) = 91+203+160=454 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.04% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCBA0 is #A4345F. Grayscale: #A4A4A4. Windows color (decimal): -10761312 or 10537819. OLE color: 10537819.

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

Color convert

RGB 91 203 160 -
CMYK 0.55 0 0.21 0.20
HSL 156.96º 0.52% 0.58% -
HSV(B) 156.96º 0.55% 0.8% -
XYZ 32.02 47.47 40.73 -
YUV 164.61 125.39 75.5 -
System Red Green Blue C M Y K H S L
Decimal 91 203 160 0.55 0 0.21 0.20 156.96 0.52 0.58
Hex 5B CB A0 37 0 15 14 9D 34 3A
Octal 133 313 240 67 0 25 24 235 64 72
Binary 1011011 11001011 10100000 110111 0 10101 10100 10011101 110100 111010

Color Harmonies of #5BCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCBA0

Black with #5BCBA0

Text Example


Text Example

White with #5BCBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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