#93F8CD

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

Shades of Aquamarine #93F8CD

Tints of Aquamarine #93F8CD

Color information

#93F8CD (or 0x93F8CD) is unknown color: approx Aquamarine. HEX triplet: 93, F8 and CD. RGB value is (147,248,205). Sum of RGB (Red+Green+Blue) = 147+248+205=600 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.5% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #93F8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F8CD is #6C0732. Grayscale: #D4D4D4. Windows color (decimal): -7079731 or 13498515. OLE color: 13498515.

HSL color Cylindrical-coordinate representation of color #93F8CD: hue angle of 154.46º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F8CD is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB147248205-
CMYK0.4100.170.03
HSL154.46º87.83%77.45%-
HSV(B)154.46º40.73%97.25%-
XYZ56.6277.7569.78-
YUV212.9123.5481-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.5%
GREEN value IS 248 (97.27% from 255) = 41.33%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=24.5%
G=41.33%
B=34.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472482050.4100.170.03154.4687.8377.45
Hex93F8CD2901139a584d
Octal223370315510213232130115
Binary100100111111100011001101101001010001111001101010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,248,205); }

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

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

 a { background-color: rgb(147,248,205); }

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

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

 span { border-color: rgb(147,248,205); }

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