#96D8C1

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

Shades of Riptide #96D8C1

Tints of Riptide #96D8C1

Color information

#96D8C1 (or 0x96D8C1) is unknown color: approx Riptide. HEX triplet: 96, D8 and C1. RGB value is (150,216,193). Sum of RGB (Red+Green+Blue) = 150+216+193=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8C1 is #69273E. Grayscale: #C1C1C1. Windows color (decimal): -6891327 or 12703894. OLE color: 12703894.

HSL color Cylindrical-coordinate representation of color #96D8C1: hue angle of 159.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8C1 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB150216193-
CMYK0.3100.110.15
HSL159.09º45.83%71.76%-
HSV(B)159.09º30.56%84.71%-
XYZ46.7659.4559.46-
YUV193.64127.6396.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.83%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=26.83%
G=38.64%
B=34.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502161930.3100.110.15159.0945.8371.76
Hex96D8C11F0BF9f2e48
Octal226330301370131723756110
Binary10010110110110001100000111111010111111100111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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