#5CFFBA

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

Shades of Aquamarine #5CFFBA

Tints of Aquamarine #5CFFBA

Color information

#5CFFBA (or 0x5CFFBA) is unknown color: approx Aquamarine. HEX triplet: 5C, FF and BA. RGB value is (92,255,186). Sum of RGB (Red+Green+Blue) = 92+255+186=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFBA is #A30045. Grayscale: #C6C6C6. Windows color (decimal): -10682438 or 12255068. OLE color: 12255068.

HSL color Cylindrical-coordinate representation of color #5CFFBA: hue angle of 154.6º 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 #5CFFBA is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB92255186-
CMYK0.6400.270
HSL154.6º100%68.04%-
HSV(B)154.6º63.92%100%-
XYZ49.0477.3458.8-
YUV198.412152.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.26%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=17.26%
G=47.84%
B=34.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922551860.6400.270154.610068.04
Hex5CFFBA4001B09b6444
Octal1343772721000330233144104
Binary10111001111111110111010100000001101101001101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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