Html Css Color HEX #5BCA9B Medium Aquamarine

📋 copy color: '#5BCA9B'

red 91 ◦ green 202 ◦ blue 155

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

Shades of Medium Aquamarine #5BCA9B

Tints of Medium Aquamarine #5BCA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 20.31%
G = 45.09%
B = 34.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#5BCA9B (or 0x5BCA9B) is known color: Medium Aquamarine. HEX triplet: 5B, CA and 9B. RGB value is (91,202,155). Sum of RGB (Red+Green+Blue) = 91+202+155=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCA9B is #A43564. Grayscale: #A3A3A3. Windows color (decimal): -10761573 or 10209883. OLE color: 10209883.

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

Color convert

RGB 91 202 155 -
CMYK 0.55 0 0.23 0.21
HSL 154.59º 0.51% 0.57% -
HSV(B) 154.59º 0.55% 0.79% -
XYZ 31.35 46.83 38.4 -
YUV 163.45 123.23 76.32 -
System Red Green Blue C M Y K H S L
Decimal 91 202 155 0.55 0 0.23 0.21 154.59 0.51 0.57
Hex 5B CA 9B 37 0 17 15 9B 33 39
Octal 133 312 233 67 0 27 25 233 63 71
Binary 1011011 11001010 10011011 110111 0 10111 10101 10011011 110011 111001

Color Harmonies of #5BCA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCA9B

Black with #5BCA9B

Text Example


Text Example

White with #5BCA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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