#96CDC4

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

Shades of Bermuda #96CDC4

Tints of Bermuda #96CDC4

Color information

#96CDC4 (or 0x96CDC4) is unknown color: approx Bermuda. HEX triplet: 96, CD and C4. RGB value is (150,205,196). Sum of RGB (Red+Green+Blue) = 150+205+196=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #96CDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDC4 is #69323B. Grayscale: #BBBBBB. Windows color (decimal): -6894140 or 12897686. OLE color: 12897686.

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

Color convert

RGB150205196-
CMYK0.2700.040.20
HSL170.18º35.48%69.61%-
HSV(B)170.18º26.83%80.39%-
XYZ44.3754.1360.33-
YUV187.53132.78101.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.22%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 196 (76.95% from 255) = 35.57%
R=27.22%
G=37.21%
B=35.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502051960.2700.040.20170.1835.4869.61
Hex96CDC41B0414aa2346
Octal22631530433042425243106
Binary10010110110011011100010011011010010100101010101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,205,196); }

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

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

 a { background-color: rgb(150,205,196); }

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

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

 span { border-color: rgb(150,205,196); }

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