#94FBDD

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

Shades of Aquamarine #94FBDD

Tints of Aquamarine #94FBDD

Color information

#94FBDD (or 0x94FBDD) is unknown color: approx Aquamarine. HEX triplet: 94, FB and DD. RGB value is (148,251,221). Sum of RGB (Red+Green+Blue) = 148+251+221=620 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.87% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FBDD is #6B0422. Grayscale: #D8D8D8. Windows color (decimal): -7013411 or 14547860. OLE color: 14547860.

HSL color Cylindrical-coordinate representation of color #94FBDD: hue angle of 162.52º 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 #94FBDD is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB148251221-
CMYK0.4100.120.02
HSL162.52º92.79%78.24%-
HSV(B)162.52º41.04%98.43%-
XYZ59.7680.5180.8-
YUV216.78130.3878.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.87%
GREEN value IS 251 (98.44% from 255) = 40.48%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=23.87%
G=40.48%
B=35.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482512210.4100.120.02162.5292.7978.24
Hex94FBDD290C2a35d4e
Octal224373335510142243135116
Binary10010100111110111101110110100101100101010001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94FBDD; }

 p { color: rgb(148,251,221); }

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

<style>
 a { background-color: #94FBDD; }

 a { background-color: rgb(148,251,221); }

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

<style>
 span { border-color: #94FBDD; }

 span { border-color: rgb(148,251,221); }

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