Html Css Color HEX #5BCCB1 Medium Aquamarine

📋 copy color: '#5BCCB1'

red 91 ◦ green 204 ◦ blue 177

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

Shades of Medium Aquamarine #5BCCB1

Tints of Medium Aquamarine #5BCCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.5%

R = 19.28%
G = 43.22%
B = 37.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#5BCCB1 (or 0x5BCCB1) is known color: Medium Aquamarine. HEX triplet: 5B, CC and B1. RGB value is (91,204,177). Sum of RGB (Red+Green+Blue) = 91+204+177=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCCB1 is #A4334E. Grayscale: #A7A7A7. Windows color (decimal): -10761039 or 11652187. OLE color: 11652187.

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

Color convert

RGB 91 204 177 -
CMYK 0.55 0 0.13 0.2
HSL 165.66º 0.53% 0.58% -
HSV(B) 165.66º 0.55% 0.8% -
XYZ 33.84 48.58 49.19 -
YUV 167.14 133.56 73.7 -
System Red Green Blue C M Y K H S L
Decimal 91 204 177 0.55 0 0.13 0.2 165.66 0.53 0.58
Hex 5B CC B1 37 0 D 14 A6 35 3A
Octal 133 314 261 67 0 15 24 246 65 72
Binary 1011011 11001100 10110001 110111 0 1101 10100 10100110 110101 111010

Color Harmonies of #5BCCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCB1

Black with #5BCCB1

Text Example


Text Example

White with #5BCCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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