#93FFCA

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

Shades of Aquamarine #93FFCA

Tints of Aquamarine #93FFCA

Color information

#93FFCA (or 0x93FFCA) is unknown color: approx Aquamarine. HEX triplet: 93, FF and CA. RGB value is (147,255,202). Sum of RGB (Red+Green+Blue) = 147+255+202=604 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.34% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFCA is #6C0035. Grayscale: #D8D8D8. Windows color (decimal): -7077942 or 13303699. OLE color: 13303699.

HSL color Cylindrical-coordinate representation of color #93FFCA: hue angle of 150.56º 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 #93FFCA is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB147255202-
CMYK0.4200.210
HSL150.56º100%78.82%-
HSV(B)150.56º42.35%100%-
XYZ58.4581.9968.62-
YUV216.67119.7278.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.34%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=24.34%
G=42.22%
B=33.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472552020.4200.210150.5610078.82
Hex93FFCA2A015097644f
Octal223377312520250227144117
Binary10010011111111111100101010101001010101001011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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