Html Css Color HEX #5BCAAC Medium Aquamarine

📋 copy color: '#5BCAAC'

red 91 ◦ green 202 ◦ blue 172

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

Shades of Medium Aquamarine #5BCAAC

Tints of Medium Aquamarine #5BCAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 19.57%
G = 43.44%
B = 36.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#5BCAAC (or 0x5BCAAC) is known color: Medium Aquamarine. HEX triplet: 5B, CA and AC. RGB value is (91,202,172). Sum of RGB (Red+Green+Blue) = 91+202+172=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCAAC is #A43553. Grayscale: #A5A5A5. Windows color (decimal): -10761556 or 11323995. OLE color: 11323995.

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

Color convert

RGB 91 202 172 -
CMYK 0.55 0 0.15 0.21
HSL 163.78º 0.51% 0.57% -
HSV(B) 163.78º 0.55% 0.79% -
XYZ 32.88 47.44 46.45 -
YUV 165.39 131.73 74.94 -
System Red Green Blue C M Y K H S L
Decimal 91 202 172 0.55 0 0.15 0.21 163.78 0.51 0.57
Hex 5B CA AC 37 0 F 15 A4 33 39
Octal 133 312 254 67 0 17 25 244 63 71
Binary 1011011 11001010 10101100 110111 0 1111 10101 10100100 110011 111001

Color Harmonies of #5BCAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCAAC

Black with #5BCAAC

Text Example


Text Example

White with #5BCAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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