#95D5BF

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

Shades of Bermuda #95D5BF

Tints of Bermuda #95D5BF

Color information

#95D5BF (or 0x95D5BF) is unknown color: approx Bermuda. HEX triplet: 95, D5 and BF. RGB value is (149,213,191). Sum of RGB (Red+Green+Blue) = 149+213+191=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D5BF is #6A2A40. Grayscale: #BFBFBF. Windows color (decimal): -6957633 or 12572053. OLE color: 12572053.

HSL color Cylindrical-coordinate representation of color #95D5BF: hue angle of 159.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D5BF is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB149213191-
CMYK0.3000.100.16
HSL159.38º43.24%70.98%-
HSV(B)159.38º30.05%83.53%-
XYZ45.5957.7458.03-
YUV191.36127.897.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.94%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 191 (75% from 255) = 34.54%
R=26.94%
G=38.52%
B=34.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131910.3000.100.16159.3843.2470.98
Hex95D5BF1E0A109f2b47
Octal225325277360122023753107
Binary100101011101010110111111111100101010000100111111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,213,191); }

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

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

 a { background-color: rgb(149,213,191); }

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

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

 span { border-color: rgb(149,213,191); }

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