Html Css Color HEX #5BCAA6 Medium Aquamarine

📋 copy color: '#5BCAA6'

red 91 ◦ green 202 ◦ blue 166

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

Shades of Medium Aquamarine #5BCAA6

Tints of Medium Aquamarine #5BCAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.01%

 BLUE value IS 166 (65.23% from 255) = 36.17%

R = 19.83%
G = 44.01%
B = 36.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#5BCAA6 (or 0x5BCAA6) is known color: Medium Aquamarine. HEX triplet: 5B, CA and A6. RGB value is (91,202,166). Sum of RGB (Red+Green+Blue) = 91+202+166=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCAA6 is #A43559. Grayscale: #A4A4A4. Windows color (decimal): -10761562 or 10930779. OLE color: 10930779.

HSL color Cylindrical-coordinate representation of color #5BCAA6: hue angle of 160.54º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCAA6 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 202 166 -
CMYK 0.55 0 0.18 0.21
HSL 160.54º 0.51% 0.57% -
HSV(B) 160.54º 0.55% 0.79% -
XYZ 32.32 47.22 43.49 -
YUV 164.71 128.73 75.43 -
System Red Green Blue C M Y K H S L
Decimal 91 202 166 0.55 0 0.18 0.21 160.54 0.51 0.57
Hex 5B CA A6 37 0 12 15 A1 33 39
Octal 133 312 246 67 0 22 25 241 63 71
Binary 1011011 11001010 10100110 110111 0 10010 10101 10100001 110011 111001

Color Harmonies of #5BCAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCAA6

Black with #5BCAA6

Text Example


Text Example

White with #5BCAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,202,166); }

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

background-color css

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

 a { background-color: rgb(91,202,166); }

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

border-color css

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

 span { border-color: rgb(91,202,166); }

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