Html Css Color HEX #5BCCB6 Medium Aquamarine

📋 copy color: '#5BCCB6'

red 91 ◦ green 204 ◦ blue 182

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

Shades of Medium Aquamarine #5BCCB6

Tints of Medium Aquamarine #5BCCB6

RGB

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

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

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

R = 19.08%
G = 42.77%
B = 38.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#5BCCB6 (or 0x5BCCB6) is known color: Medium Aquamarine. HEX triplet: 5B, CC and B6. RGB value is (91,204,182). Sum of RGB (Red+Green+Blue) = 91+204+182=477 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.08% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCB6 is #A43349. Grayscale: #A7A7A7. Windows color (decimal): -10761034 or 11979867. OLE color: 11979867.

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

Color convert

RGB 91 204 182 -
CMYK 0.55 0 0.11 0.2
HSL 168.32º 0.53% 0.58% -
HSV(B) 168.32º 0.55% 0.8% -
XYZ 34.35 48.79 51.86 -
YUV 167.71 136.06 73.29 -
System Red Green Blue C M Y K H S L
Decimal 91 204 182 0.55 0 0.11 0.2 168.32 0.53 0.58
Hex 5B CC B6 37 0 B 14 A8 35 3A
Octal 133 314 266 67 0 13 24 250 65 72
Binary 1011011 11001100 10110110 110111 0 1011 10100 10101000 110101 111010

Color Harmonies of #5BCCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCB6

Black with #5BCCB6

Text Example


Text Example

White with #5BCCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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