#5CD7AB

Color #5CD7AB Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5CD7AB

Tints of Medium Aquamarine #5CD7AB

Color information

#5CD7AB (or 0x5CD7AB) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, D7 and AB. RGB value is (92,215,171). Sum of RGB (Red+Green+Blue) = 92+215+171=478 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.25% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #5CD7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD7AB is #A32854. Grayscale: #ADADAD. Windows color (decimal): -10692693 or 11261788. OLE color: 11261788.

HSL color Cylindrical-coordinate representation of color #5CD7AB: hue angle of 158.54º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD7AB is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB92215171-
CMYK0.5700.200.16
HSL158.54º60.59%60.2%-
HSV(B)158.54º57.21%84.31%-
XYZ36.0653.8247.01-
YUV173.21126.7570.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.25%
GREEN value IS 215 (84.38% from 255) = 44.98%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=19.25%
G=44.98%
B=35.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal922151710.5700.200.16158.5460.5960.2
Hex5CD7AB39014109f3d3c
Octal13432725371024202377574
Binary101110011010111101010111110010101001000010011111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,215,171); }

 H1.HeaderClassName
 {
   color: #5CD7AB;
 }
 .AnyTagClassName
 {
   color: #5CD7AB;
 }
</style>
background-color css

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

 a { background-color: rgb(92,215,171); }

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

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

 span { border-color: rgb(92,215,171); }

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