#5CFFC3

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

Shades of Aquamarine #5CFFC3

Tints of Aquamarine #5CFFC3

Color information

#5CFFC3 (or 0x5CFFC3) is unknown color: approx Aquamarine. HEX triplet: 5C, FF and C3. RGB value is (92,255,195). Sum of RGB (Red+Green+Blue) = 92+255+195=542 (71% of max value = 765). Red value is 92 (36.33% from 255 or 16.97% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFC3 is #A3003C. Grayscale: #C7C7C7. Windows color (decimal): -10682429 or 12844892. OLE color: 12844892.

HSL color Cylindrical-coordinate representation of color #5CFFC3: hue angle of 157.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFFC3 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB92255195-
CMYK0.6400.240
HSL157.91º100%68.04%-
HSV(B)157.91º63.92%100%-
XYZ50.0277.7464-
YUV199.42125.551.38-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.97%
GREEN value IS 255 (100% from 255) = 47.05%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=16.97%
G=47.05%
B=35.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922551950.6400.240157.9110068.04
Hex5CFFC34001809e6444
Octal1343773031000300236144104
Binary10111001111111111000011100000001100001001111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,255,195); }

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

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

 a { background-color: rgb(92,255,195); }

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

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

 span { border-color: rgb(92,255,195); }

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