#5CFFDF

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

Shades of Aquamarine #5CFFDF

Tints of Aquamarine #5CFFDF

Color information

#5CFFDF (or 0x5CFFDF) is unknown color: approx Aquamarine. HEX triplet: 5C, FF and DF. RGB value is (92,255,223). Sum of RGB (Red+Green+Blue) = 92+255+223=570 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.14% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFDF is #A30020. Grayscale: #CACACA. Windows color (decimal): -10682401 or 14679900. OLE color: 14679900.

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

Color convert

RGB92255223-
CMYK0.6400.130
HSL168.22º100%68.04%-
HSV(B)168.22º63.92%100%-
XYZ53.4979.1282.26-
YUV202.62139.549.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.14%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=16.14%
G=44.74%
B=39.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922552230.6400.130168.2210068.04
Hex5CFFDF400D0a86444
Octal1343773371000150250144104
Binary1011100111111111101111110000000110101010100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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