#93FDCF

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

Shades of Aquamarine #93FDCF

Tints of Aquamarine #93FDCF

Color information

#93FDCF (or 0x93FDCF) is unknown color: approx Aquamarine. HEX triplet: 93, FD and CF. RGB value is (147,253,207). Sum of RGB (Red+Green+Blue) = 147+253+207=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FDCF is #6C0230. Grayscale: #D8D8D8. Windows color (decimal): -7078449 or 13630867. OLE color: 13630867.

HSL color Cylindrical-coordinate representation of color #93FDCF: hue angle of 153.96º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FDCF is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB147253207-
CMYK0.4200.180.01
HSL153.96º96.36%78.43%-
HSV(B)153.96º41.9%99.22%-
XYZ58.4280.9671.58-
YUV216.06122.8878.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.22%
GREEN value IS 253 (99.22% from 255) = 41.68%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=24.22%
G=41.68%
B=34.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472532070.4200.180.01153.9696.3678.43
Hex93FDCF2A01219a604e
Octal223375317520221232140116
Binary10010011111111011100111110101001001011001101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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