#95FCDB

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

Shades of Aquamarine #95FCDB

Tints of Aquamarine #95FCDB

Color information

#95FCDB (or 0x95FCDB) is unknown color: approx Aquamarine. HEX triplet: 95, FC and DB. RGB value is (149,252,219). Sum of RGB (Red+Green+Blue) = 149+252+219=620 (82% of max value = 765). Red value is 149 (58.59% from 255 or 24.03% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #95FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FCDB is #6A0324. Grayscale: #D9D9D9. Windows color (decimal): -6947621 or 14417045. OLE color: 14417045.

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

Color convert

RGB149252219-
CMYK0.4100.130.01
HSL160.78º94.5%78.63%-
HSV(B)160.78º40.87%98.82%-
XYZ59.9981.1279.51-
YUV217.44128.8879.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.03%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=24.03%
G=40.65%
B=35.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492522190.4100.130.01160.7894.578.63
Hex95FCDB290D1a15e4f
Octal225374333510151241136117
Binary1001010111111100110110111010010110111010000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,252,219); }

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

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

 a { background-color: rgb(149,252,219); }

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

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

 span { border-color: rgb(149,252,219); }

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