#93FBDA

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

Shades of Aquamarine #93FBDA

Tints of Aquamarine #93FBDA

Color information

#93FBDA (or 0x93FBDA) is unknown color: approx Aquamarine. HEX triplet: 93, FB and DA. RGB value is (147,251,218). Sum of RGB (Red+Green+Blue) = 147+251+218=616 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.86% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #93FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FBDA is #6C0425. Grayscale: #D8D8D8. Windows color (decimal): -7078950 or 14351251. OLE color: 14351251.

HSL color Cylindrical-coordinate representation of color #93FBDA: hue angle of 160.96º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FBDA is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB147251218-
CMYK0.4100.130.02
HSL160.96º92.86%78.04%-
HSV(B)160.96º41.43%98.43%-
XYZ59.1880.2678.7-
YUV216.14129.0478.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.86%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=23.86%
G=40.75%
B=35.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472512180.4100.130.02160.9692.8678.04
Hex93FBDA290D2a15d4e
Octal223373332510152241135116
Binary10010011111110111101101010100101101101010000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,251,218); }

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

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

 a { background-color: rgb(147,251,218); }

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

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

 span { border-color: rgb(147,251,218); }

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