#95FFDD

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

Shades of Aquamarine #95FFDD

Tints of Aquamarine #95FFDD

Color information

#95FFDD (or 0x95FFDD) is unknown color: approx Aquamarine. HEX triplet: 95, FF and DD. RGB value is (149,255,221). Sum of RGB (Red+Green+Blue) = 149+255+221=625 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.84% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFDD is #6A0022. Grayscale: #DBDBDB. Windows color (decimal): -6946851 or 14548885. OLE color: 14548885.

HSL color Cylindrical-coordinate representation of color #95FFDD: hue angle of 160.75º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFDD is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB149255221-
CMYK0.4200.130
HSL160.75º100%79.22%-
HSV(B)160.75º41.57%100%-
XYZ61.2183.1381.23-
YUV219.43128.8877.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.84%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=23.84%
G=40.8%
B=35.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492552210.4200.130160.7510079.22
Hex95FFDD2A0D0a1644f
Octal225377335520150241144117
Binary1001010111111111110111011010100110101010000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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