#95FBE8

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

Shades of Aquamarine #95FBE8

Tints of Aquamarine #95FBE8

Color information

#95FBE8 (or 0x95FBE8) is unknown color: approx Aquamarine. HEX triplet: 95, FB and E8. RGB value is (149,251,232). Sum of RGB (Red+Green+Blue) = 149+251+232=632 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.58% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FBE8 is #6A0417. Grayscale: #DADADA. Windows color (decimal): -6947864 or 15268757. OLE color: 15268757.

HSL color Cylindrical-coordinate representation of color #95FBE8: hue angle of 168.82º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FBE8 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB149251232-
CMYK0.4100.080.02
HSL168.82º92.73%78.43%-
HSV(B)168.82º40.64%98.43%-
XYZ61.4681.2188.78-
YUV218.34135.7178.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.58%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 232 (91.02% from 255) = 36.71%
R=23.58%
G=39.72%
B=36.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492512320.4100.080.02168.8292.7378.43
Hex95FBE829082a95d4e
Octal225373350510102251135116
Binary10010101111110111110100010100101000101010100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,251,232); }

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

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

 a { background-color: rgb(149,251,232); }

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

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

 span { border-color: rgb(149,251,232); }

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