#93F7CF

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

Shades of Aquamarine #93F7CF

Tints of Aquamarine #93F7CF

Color information

#93F7CF (or 0x93F7CF) is unknown color: approx Aquamarine. HEX triplet: 93, F7 and CF. RGB value is (147,247,207). Sum of RGB (Red+Green+Blue) = 147+247+207=601 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.46% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F7CF is #6C0830. Grayscale: #D4D4D4. Windows color (decimal): -7079985 or 13629331. OLE color: 13629331.

HSL color Cylindrical-coordinate representation of color #93F7CF: hue angle of 156º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F7CF is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB147247207-
CMYK0.4000.160.03
HSL156º86.21%77.25%-
HSV(B)156º40.49%96.86%-
XYZ56.5677.2370.96-
YUV212.54124.8781.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.46%
GREEN value IS 247 (96.88% from 255) = 41.10%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=24.46%
G=41.10%
B=34.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472472070.4000.160.0315686.2177.25
Hex93F7CF2801039c564d
Octal223367317500203234126115
Binary100100111111011111001111101000010000111001110010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,247,207); }

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

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

 a { background-color: rgb(147,247,207); }

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

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

 span { border-color: rgb(147,247,207); }

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