Html Css Color HEX #5BDCB0 Medium Aquamarine

📋 copy color: '#5BDCB0'

red 91 ◦ green 220 ◦ blue 176

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

Shades of Medium Aquamarine #5BDCB0

Tints of Medium Aquamarine #5BDCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

 BLUE value IS 176 (69.14% from 255) = 36.14%

R = 18.69%
G = 45.17%
B = 36.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#5BDCB0 (or 0x5BDCB0) is known color: Medium Aquamarine. HEX triplet: 5B, DC and B0. RGB value is (91,220,176). Sum of RGB (Red+Green+Blue) = 91+220+176=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDCB0 is #A4234F. Grayscale: #B0B0B0. Windows color (decimal): -10756944 or 11590747. OLE color: 11590747.

HSL color Cylindrical-coordinate representation of color #5BDCB0: hue angle of 159.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDCB0 is Cyan = 0.59, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 220 176 -
CMYK 0.59 0 0.2 0.14
HSL 159.53º 0.65% 0.61% -
HSV(B) 159.53º 0.59% 0.86% -
XYZ 37.74 56.55 50 -
YUV 176.41 127.76 67.08 -
System Red Green Blue C M Y K H S L
Decimal 91 220 176 0.59 0 0.2 0.14 159.53 0.65 0.61
Hex 5B DC B0 3B 0 14 E A0 41 3D
Octal 133 334 260 73 0 24 16 240 101 75
Binary 1011011 11011100 10110000 111011 0 10100 1110 10100000 1000001 111101

Color Harmonies of #5BDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDCB0

Black with #5BDCB0

Text Example


Text Example

White with #5BDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,220,176); }

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

background-color css

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

 a { background-color: rgb(91,220,176); }

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

border-color css

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

 span { border-color: rgb(91,220,176); }

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