#96D5BF

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

Shades of Bermuda #96D5BF

Tints of Bermuda #96D5BF

Color information

#96D5BF (or 0x96D5BF) is unknown color: approx Bermuda. HEX triplet: 96, D5 and BF. RGB value is (150,213,191). Sum of RGB (Red+Green+Blue) = 150+213+191=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D5BF is #692A40. Grayscale: #BFBFBF. Windows color (decimal): -6892097 or 12572054. OLE color: 12572054.

HSL color Cylindrical-coordinate representation of color #96D5BF: hue angle of 159.05º 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 #96D5BF is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB150213191-
CMYK0.3000.100.16
HSL159.05º42.86%71.18%-
HSV(B)159.05º29.58%83.53%-
XYZ45.7857.8358.04-
YUV191.66127.6398.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 213 (83.59% from 255) = 38.45%
BLUE value IS 191 (75% from 255) = 34.48%
R=27.08%
G=38.45%
B=34.48%

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
Decimal1502131910.3000.100.16159.0542.8671.18
Hex96D5BF1E0A109f2b47
Octal226325277360122023753107
Binary100101101101010110111111111100101010000100111111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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