#93FFDF

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

Shades of Aquamarine #93FFDF

Tints of Aquamarine #93FFDF

Color information

#93FFDF (or 0x93FFDF) is unknown color: approx Aquamarine. HEX triplet: 93, FF and DF. RGB value is (147,255,223). Sum of RGB (Red+Green+Blue) = 147+255+223=625 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.52% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFDF is #6C0020. Grayscale: #DBDBDB. Windows color (decimal): -7077921 or 14679955. OLE color: 14679955.

HSL color Cylindrical-coordinate representation of color #93FFDF: hue angle of 162.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FFDF is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB147255223-
CMYK0.4200.130
HSL162.22º100%78.82%-
HSV(B)162.22º42.35%100%-
XYZ61.1183.0582.62-
YUV219.06130.2276.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.52%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=23.52%
G=40.8%
B=35.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472552230.4200.130162.2210078.82
Hex93FFDF2A0D0a2644f
Octal223377337520150242144117
Binary1001001111111111110111111010100110101010001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93FFDF; }

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

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

<style>
 a { background-color: #93FFDF; }

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

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

<style>
 span { border-color: #93FFDF; }

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

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