#93FDDC

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

Shades of Aquamarine #93FDDC

Tints of Aquamarine #93FDDC

Color information

#93FDDC (or 0x93FDDC) is unknown color: approx Aquamarine. HEX triplet: 93, FD and DC. RGB value is (147,253,220). Sum of RGB (Red+Green+Blue) = 147+253+220=620 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.71% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FDDC is #6C0223. Grayscale: #D9D9D9. Windows color (decimal): -7078436 or 14482835. OLE color: 14482835.

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

Color convert

RGB147253220-
CMYK0.4200.130.01
HSL161.32º96.36%78.43%-
HSV(B)161.32º41.9%99.22%-
XYZ60.0881.6280.3-
YUV217.54129.3877.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.71%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=23.71%
G=40.81%
B=35.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472532200.4200.130.01161.3296.3678.43
Hex93FDDC2A0D1a1604e
Octal223375334520151241140116
Binary1001001111111101110111001010100110111010000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,253,220); }

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

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

 a { background-color: rgb(147,253,220); }

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

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

 span { border-color: rgb(147,253,220); }

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