#95F2DD

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

Shades of Aquamarine #95F2DD

Tints of Aquamarine #95F2DD

Color information

#95F2DD (or 0x95F2DD) is unknown color: approx Aquamarine. HEX triplet: 95, F2 and DD. RGB value is (149,242,221). Sum of RGB (Red+Green+Blue) = 149+242+221=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F2DD is #6A0D22. Grayscale: #D3D3D3. Windows color (decimal): -6950179 or 14545557. OLE color: 14545557.

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

Color convert

RGB149242221-
CMYK0.3800.090.05
HSL166.45º78.15%76.67%-
HSV(B)166.45º38.43%94.9%-
XYZ57.275.1179.89-
YUV211.8133.1983.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.35%
GREEN value IS 242 (94.92% from 255) = 39.54%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=24.35%
G=39.54%
B=36.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492422210.3800.090.05166.4578.1576.67
Hex95F2DD26095a64e4d
Octal225362335460115246116115
Binary100101011111001011011101100110010011011010011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,242,221); }

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

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

 a { background-color: rgb(149,242,221); }

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

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

 span { border-color: rgb(149,242,221); }

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