#93F0DF

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

Shades of Aquamarine #93F0DF

Tints of Aquamarine #93F0DF

Color information

#93F0DF (or 0x93F0DF) is unknown color: approx Aquamarine. HEX triplet: 93, F0 and DF. RGB value is (147,240,223). Sum of RGB (Red+Green+Blue) = 147+240+223=610 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.10% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0DF is #6C0F20. Grayscale: #D2D2D2. Windows color (decimal): -7081761 or 14676115. OLE color: 14676115.

HSL color Cylindrical-coordinate representation of color #93F0DF: hue angle of 169.03º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0DF is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB147240223-
CMYK0.3900.070.06
HSL169.03º75.61%75.88%-
HSV(B)169.03º38.75%94.12%-
XYZ56.5173.8581.09-
YUV210.26135.1982.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.10%
GREEN value IS 240 (94.14% from 255) = 39.34%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=24.10%
G=39.34%
B=36.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472402230.3900.070.06169.0375.6175.88
Hex93F0DF27076a94c4c
Octal22336033747076251114114
Binary10010011111100001101111110011101111101010100110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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