Html Css Color HEX #5BCCAD Medium Aquamarine

📋 copy color: '#5BCCAD'

red 91 ◦ green 204 ◦ blue 173

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

Shades of Medium Aquamarine #5BCCAD

Tints of Medium Aquamarine #5BCCAD

RGB

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

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

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

R = 19.44%
G = 43.59%
B = 36.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#5BCCAD (or 0x5BCCAD) is known color: Medium Aquamarine. HEX triplet: 5B, CC and AD. RGB value is (91,204,173). Sum of RGB (Red+Green+Blue) = 91+204+173=468 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.44% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCCAD is #A43352. Grayscale: #A6A6A6. Windows color (decimal): -10761043 or 11390043. OLE color: 11390043.

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

Color convert

RGB 91 204 173 -
CMYK 0.55 0 0.15 0.2
HSL 163.54º 0.53% 0.58% -
HSV(B) 163.54º 0.55% 0.8% -
XYZ 33.45 48.43 47.12 -
YUV 166.68 131.56 74.02 -
System Red Green Blue C M Y K H S L
Decimal 91 204 173 0.55 0 0.15 0.2 163.54 0.53 0.58
Hex 5B CC AD 37 0 F 14 A4 35 3A
Octal 133 314 255 67 0 17 24 244 65 72
Binary 1011011 11001100 10101101 110111 0 1111 10100 10100100 110101 111010

Color Harmonies of #5BCCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCAD

Black with #5BCCAD

Text Example


Text Example

White with #5BCCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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