#95F1DA

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

Shades of Aquamarine #95F1DA

Tints of Aquamarine #95F1DA

Color information

#95F1DA (or 0x95F1DA) is unknown color: approx Aquamarine. HEX triplet: 95, F1 and DA. RGB value is (149,241,218). Sum of RGB (Red+Green+Blue) = 149+241+218=608 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.51% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F1DA is #6A0E25. Grayscale: #D2D2D2. Windows color (decimal): -6950438 or 14348693. OLE color: 14348693.

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

Color convert

RGB149241218-
CMYK0.3800.100.05
HSL165º76.67%76.47%-
HSV(B)165º38.17%94.51%-
XYZ56.574.3677.7-
YUV210.87132.0283.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.51%
GREEN value IS 241 (94.53% from 255) = 39.64%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=24.51%
G=39.64%
B=35.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492412180.3800.100.0516576.6776.47
Hex95F1DA260A5a54d4c
Octal225361332460125245115114
Binary100101011111000111011010100110010101011010010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,241,218); }

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

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

 a { background-color: rgb(149,241,218); }

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

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

 span { border-color: rgb(149,241,218); }

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