Html Css Color HEX #5BCDB6 Medium Aquamarine

📋 copy color: '#5BCDB6'

red 91 ◦ green 205 ◦ blue 182

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

Shades of Medium Aquamarine #5BCDB6

Tints of Medium Aquamarine #5BCDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.08%

R = 19.04%
G = 42.89%
B = 38.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#5BCDB6 (or 0x5BCDB6) is known color: Medium Aquamarine. HEX triplet: 5B, CD and B6. RGB value is (91,205,182). Sum of RGB (Red+Green+Blue) = 91+205+182=478 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.04% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDB6 is #A43249. Grayscale: #A8A8A8. Windows color (decimal): -10760778 or 11980123. OLE color: 11980123.

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

Color convert

RGB 91 205 182 -
CMYK 0.56 0 0.11 0.20
HSL 167.89º 0.53% 0.58% -
HSV(B) 167.89º 0.56% 0.8% -
XYZ 34.59 49.26 51.94 -
YUV 168.29 135.73 72.87 -
System Red Green Blue C M Y K H S L
Decimal 91 205 182 0.56 0 0.11 0.20 167.89 0.53 0.58
Hex 5B CD B6 38 0 B 14 A8 35 3A
Octal 133 315 266 70 0 13 24 250 65 72
Binary 1011011 11001101 10110110 111000 0 1011 10100 10101000 110101 111010

Color Harmonies of #5BCDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCDB6

Black with #5BCDB6

Text Example


Text Example

White with #5BCDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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