Html Css Color HEX #5BCDB5 Medium Aquamarine

📋 copy color: '#5BCDB5'

red 91 ◦ green 205 ◦ blue 181

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

Shades of Medium Aquamarine #5BCDB5

Tints of Medium Aquamarine #5BCDB5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.98%

 BLUE value IS 181 (71.09% from 255) = 37.95%

R = 19.08%
G = 42.98%
B = 37.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#5BCDB5 (or 0x5BCDB5) is known color: Medium Aquamarine. HEX triplet: 5B, CD and B5. RGB value is (91,205,181). Sum of RGB (Red+Green+Blue) = 91+205+181=477 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.08% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDB5 is #A4324A. Grayscale: #A8A8A8. Windows color (decimal): -10760779 or 11914587. OLE color: 11914587.

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

Color convert

RGB 91 205 181 -
CMYK 0.56 0 0.12 0.20
HSL 167.37º 0.53% 0.58% -
HSV(B) 167.37º 0.56% 0.8% -
XYZ 34.49 49.22 51.4 -
YUV 168.18 135.23 72.95 -
System Red Green Blue C M Y K H S L
Decimal 91 205 181 0.56 0 0.12 0.20 167.37 0.53 0.58
Hex 5B CD B5 38 0 C 14 A7 35 3A
Octal 133 315 265 70 0 14 24 247 65 72
Binary 1011011 11001101 10110101 111000 0 1100 10100 10100111 110101 111010

Color Harmonies of #5BCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCDB5

Black with #5BCDB5

Text Example


Text Example

White with #5BCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,205,181); }

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

background-color css

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

 a { background-color: rgb(91,205,181); }

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

border-color css

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

 span { border-color: rgb(91,205,181); }

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