#5CFDBB

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

Shades of Aquamarine #5CFDBB

Tints of Aquamarine #5CFDBB

Color information

#5CFDBB (or 0x5CFDBB) is unknown color: approx Aquamarine. HEX triplet: 5C, FD and BB. RGB value is (92,253,187). Sum of RGB (Red+Green+Blue) = 92+253+187=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFDBB is #A30244. Grayscale: #C5C5C5. Windows color (decimal): -10682949 or 12320092. OLE color: 12320092.

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

Color convert

RGB92253187-
CMYK0.6400.260.01
HSL155.4º97.58%67.65%-
HSV(B)155.4º63.64%99.22%-
XYZ48.5176.1159.15-
YUV197.34122.1652.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.29%
GREEN value IS 253 (99.22% from 255) = 47.56%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=17.29%
G=47.56%
B=35.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal922531870.6400.260.01155.497.5867.65
Hex5CFDBB4001A19b6244
Octal1343752731000321233142104
Binary10111001111110110111011100000001101011001101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,253,187); }

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

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

 a { background-color: rgb(92,253,187); }

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

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

 span { border-color: rgb(92,253,187); }

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