#95F3DE

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

Shades of Aquamarine #95F3DE

Tints of Aquamarine #95F3DE

Color information

#95F3DE (or 0x95F3DE) is unknown color: approx Aquamarine. HEX triplet: 95, F3 and DE. RGB value is (149,243,222). Sum of RGB (Red+Green+Blue) = 149+243+222=614 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.27% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #95F3DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F3DE is #6A0C21. Grayscale: #D4D4D4. Windows color (decimal): -6949922 or 14611349. OLE color: 14611349.

HSL color Cylindrical-coordinate representation of color #95F3DE: hue angle of 166.6º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F3DE is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB149243222-
CMYK0.3900.090.05
HSL166.6º79.66%76.86%-
HSV(B)166.6º38.68%95.29%-
XYZ57.6375.7680.69-
YUV212.5133.3682.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.27%
GREEN value IS 243 (95.31% from 255) = 39.58%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=24.27%
G=39.58%
B=36.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492432220.3900.090.05166.679.6676.86
Hex95F3DE27095a7504d
Octal225363336470115247120115
Binary100101011111001111011110100111010011011010011110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F3DE; }

 p { color: rgb(149,243,222); }

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

<style>
 a { background-color: #95F3DE; }

 a { background-color: rgb(149,243,222); }

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

<style>
 span { border-color: #95F3DE; }

 span { border-color: rgb(149,243,222); }

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