#96D2BF

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

Shades of Bermuda #96D2BF

Tints of Bermuda #96D2BF

Color information

#96D2BF (or 0x96D2BF) is unknown color: approx Bermuda. HEX triplet: 96, D2 and BF. RGB value is (150,210,191). Sum of RGB (Red+Green+Blue) = 150+210+191=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #96D2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D2BF is #692D40. Grayscale: #BDBDBD. Windows color (decimal): -6892865 or 12571286. OLE color: 12571286.

HSL color Cylindrical-coordinate representation of color #96D2BF: hue angle of 161º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D2BF is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB150210191-
CMYK0.2900.090.18
HSL161º40%70.59%-
HSV(B)161º28.57%82.35%-
XYZ45.0356.3457.79-
YUV189.89128.6299.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.22%
GREEN value IS 210 (82.42% from 255) = 38.11%
BLUE value IS 191 (75% from 255) = 34.66%
R=27.22%
G=38.11%
B=34.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502101910.2900.090.181614070.59
Hex96D2BF1D0912a12847
Octal226322277350112224150107
Binary100101101101001010111111111010100110010101000011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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