#94FBDC

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

Shades of Aquamarine #94FBDC

Tints of Aquamarine #94FBDC

Color information

#94FBDC (or 0x94FBDC) is unknown color: approx Aquamarine. HEX triplet: 94, FB and DC. RGB value is (148,251,220). Sum of RGB (Red+Green+Blue) = 148+251+220=619 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.91% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FBDC is #6B0423. Grayscale: #D8D8D8. Windows color (decimal): -7013412 or 14482324. OLE color: 14482324.

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

Color convert

RGB148251220-
CMYK0.4100.120.02
HSL161.94º92.79%78.24%-
HSV(B)161.94º41.04%98.43%-
XYZ59.6380.4680.1-
YUV216.67129.8879.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.91%
GREEN value IS 251 (98.44% from 255) = 40.55%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=23.91%
G=40.55%
B=35.54%

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
Decimal1482512200.4100.120.02161.9492.7978.24
Hex94FBDC290C2a25d4e
Octal224373334510142242135116
Binary10010100111110111101110010100101100101010001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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