#96CEC3

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

Shades of Bermuda #96CEC3

Tints of Bermuda #96CEC3

Color information

#96CEC3 (or 0x96CEC3) is unknown color: approx Bermuda. HEX triplet: 96, CE and C3. RGB value is (150,206,195). Sum of RGB (Red+Green+Blue) = 150+206+195=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEC3 is #69313C. Grayscale: #BBBBBB. Windows color (decimal): -6893885 or 12832406. OLE color: 12832406.

HSL color Cylindrical-coordinate representation of color #96CEC3: hue angle of 168.21º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEC3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB150206195-
CMYK0.2700.050.19
HSL168.21º36.36%69.8%-
HSV(B)168.21º27.18%80.78%-
XYZ44.554.5759.82-
YUV188131.95100.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.22%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 195 (76.56% from 255) = 35.39%
R=27.22%
G=37.39%
B=35.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061950.2700.050.19168.2136.3669.8
Hex96CEC31B0513a82446
Octal22631630333052325044106
Binary10010110110011101100001111011010110011101010001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,206,195); }

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

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

 a { background-color: rgb(150,206,195); }

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

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

 span { border-color: rgb(150,206,195); }

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