#96CCC3

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

Shades of Bermuda #96CCC3

Tints of Bermuda #96CCC3

Color information

#96CCC3 (or 0x96CCC3) is unknown color: approx Bermuda. HEX triplet: 96, CC and C3. RGB value is (150,204,195). Sum of RGB (Red+Green+Blue) = 150+204+195=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCC3 is #69333C. Grayscale: #BABABA. Windows color (decimal): -6894397 or 12831894. OLE color: 12831894.

HSL color Cylindrical-coordinate representation of color #96CCC3: hue angle of 170º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CCC3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB150204195-
CMYK0.2600.040.2
HSL170º34.62%69.41%-
HSV(B)170º26.47%80%-
XYZ44.0253.6159.66-
YUV186.83132.61101.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.32%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=27.32%
G=37.16%
B=35.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502041950.2600.040.217034.6269.41
Hex96CCC31A0414aa2345
Octal22631430332042425243105
Binary10010110110011001100001111010010010100101010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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