#96D3C1

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

Shades of Bermuda #96D3C1

Tints of Bermuda #96D3C1

Color information

#96D3C1 (or 0x96D3C1) is unknown color: approx Bermuda. HEX triplet: 96, D3 and C1. RGB value is (150,211,193). Sum of RGB (Red+Green+Blue) = 150+211+193=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #96D3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D3C1 is #692C3E. Grayscale: #BEBEBE. Windows color (decimal): -6892607 or 12702614. OLE color: 12702614.

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

Color convert

RGB150211193-
CMYK0.2900.090.17
HSL162.3º40.94%70.78%-
HSV(B)162.3º28.91%82.75%-
XYZ45.556.9259.04-
YUV190.71129.2998.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 211 (82.81% from 255) = 38.09%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=27.08%
G=38.09%
B=34.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502111930.2900.090.17162.340.9470.78
Hex96D3C11D0911a22947
Octal226323301350112124251107
Binary100101101101001111000001111010100110001101000101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,211,193); }

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

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

 a { background-color: rgb(150,211,193); }

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

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

 span { border-color: rgb(150,211,193); }

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