#94FBE6

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

Shades of Aquamarine #94FBE6

Tints of Aquamarine #94FBE6

Color information

#94FBE6 (or 0x94FBE6) is unknown color: approx Aquamarine. HEX triplet: 94, FB and E6. RGB value is (148,251,230). Sum of RGB (Red+Green+Blue) = 148+251+230=629 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.53% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FBE6 is #6B0419. Grayscale: #D9D9D9. Windows color (decimal): -7013402 or 15137684. OLE color: 15137684.

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

Color convert

RGB148251230-
CMYK0.4100.080.02
HSL167.77º92.79%78.24%-
HSV(B)167.77º41.04%98.43%-
XYZ60.998187.28-
YUV217.81134.8878.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.53%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 230 (90.23% from 255) = 36.57%
R=23.53%
G=39.90%
B=36.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482512300.4100.080.02167.7792.7978.24
Hex94FBE629082a85d4e
Octal224373346510102250135116
Binary10010100111110111110011010100101000101010100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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