#5CFFD6

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

Shades of Aquamarine #5CFFD6

Tints of Aquamarine #5CFFD6

Color information

#5CFFD6 (or 0x5CFFD6) is unknown color: approx Aquamarine. HEX triplet: 5C, FF and D6. RGB value is (92,255,214). Sum of RGB (Red+Green+Blue) = 92+255+214=561 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.40% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFD6 is #A30029. Grayscale: #C9C9C9. Windows color (decimal): -10682410 or 14090076. OLE color: 14090076.

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

Color convert

RGB92255214-
CMYK0.6400.160
HSL164.91º100%68.04%-
HSV(B)164.91º63.92%100%-
XYZ52.3178.6576.04-
YUV201.5913549.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.40%
GREEN value IS 255 (100% from 255) = 45.45%
BLUE value IS 214 (83.98% from 255) = 38.15%
R=16.40%
G=45.45%
B=38.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922552140.6400.160164.9110068.04
Hex5CFFD6400100a56444
Octal1343773261000200245144104
Binary10111001111111111010110100000001000001010010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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