#5CFFBD

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

Shades of Aquamarine #5CFFBD

Tints of Aquamarine #5CFFBD

Color information

#5CFFBD (or 0x5CFFBD) is unknown color: approx Aquamarine. HEX triplet: 5C, FF and BD. RGB value is (92,255,189). Sum of RGB (Red+Green+Blue) = 92+255+189=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFBD is #A30042. Grayscale: #C6C6C6. Windows color (decimal): -10682435 or 12451676. OLE color: 12451676.

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

Color convert

RGB92255189-
CMYK0.6400.260
HSL155.71º100%68.04%-
HSV(B)155.71º63.92%100%-
XYZ49.3677.4760.5-
YUV198.74122.551.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.16%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=17.16%
G=47.57%
B=35.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922551890.6400.260155.7110068.04
Hex5CFFBD4001A09c6444
Octal1343772751000320234144104
Binary10111001111111110111101100000001101001001110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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