#96FCE0

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

Shades of Aquamarine #96FCE0

Tints of Aquamarine #96FCE0

Color information

#96FCE0 (or 0x96FCE0) is unknown color: approx Aquamarine. HEX triplet: 96, FC and E0. RGB value is (150,252,224). Sum of RGB (Red+Green+Blue) = 150+252+224=626 (82% of max value = 765). Red value is 150 (58.98% from 255 or 23.96% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCE0 is #69031F. Grayscale: #DADADA. Windows color (decimal): -6882080 or 14744726. OLE color: 14744726.

HSL color Cylindrical-coordinate representation of color #96FCE0: hue angle of 163.53º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCE0 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB150252224-
CMYK0.4000.110.01
HSL163.53º94.44%78.82%-
HSV(B)163.53º40.48%98.82%-
XYZ60.8481.4983.04-
YUV218.31131.2179.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.96%
GREEN value IS 252 (98.83% from 255) = 40.26%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=23.96%
G=40.26%
B=35.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502522240.4000.110.01163.5394.4478.82
Hex96FCE0280B1a45e4f
Octal226374340500131244136117
Binary1001011011111100111000001010000101111010010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FCE0; }

 p { color: rgb(150,252,224); }

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

<style>
 a { background-color: #96FCE0; }

 a { background-color: rgb(150,252,224); }

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

<style>
 span { border-color: #96FCE0; }

 span { border-color: rgb(150,252,224); }

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