Html Css Color HEX #5BCBAD Medium Aquamarine

📋 copy color: '#5BCBAD'

red 91 ◦ green 203 ◦ blue 173

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

Shades of Medium Aquamarine #5BCBAD

Tints of Medium Aquamarine #5BCBAD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 19.49%
G = 43.47%
B = 37.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#5BCBAD (or 0x5BCBAD) is known color: Medium Aquamarine. HEX triplet: 5B, CB and AD. RGB value is (91,203,173). Sum of RGB (Red+Green+Blue) = 91+203+173=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCBAD is #A43452. Grayscale: #A6A6A6. Windows color (decimal): -10761299 or 11389787. OLE color: 11389787.

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

Color convert

RGB 91 203 173 -
CMYK 0.55 0 0.15 0.20
HSL 163.93º 0.52% 0.58% -
HSV(B) 163.93º 0.55% 0.8% -
XYZ 33.21 47.95 47.04 -
YUV 166.09 131.89 74.44 -
System Red Green Blue C M Y K H S L
Decimal 91 203 173 0.55 0 0.15 0.20 163.93 0.52 0.58
Hex 5B CB AD 37 0 F 14 A4 34 3A
Octal 133 313 255 67 0 17 24 244 64 72
Binary 1011011 11001011 10101101 110111 0 1111 10100 10100100 110100 111010

Color Harmonies of #5BCBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCBAD

Black with #5BCBAD

Text Example


Text Example

White with #5BCBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,203,173); }

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

background-color css

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

 a { background-color: rgb(91,203,173); }

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

border-color css

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

 span { border-color: rgb(91,203,173); }

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