#96DFD1

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

Shades of Riptide #96DFD1

Tints of Riptide #96DFD1

Color information

#96DFD1 (or 0x96DFD1) is unknown color: approx Riptide. HEX triplet: 96, DF and D1. RGB value is (150,223,209). Sum of RGB (Red+Green+Blue) = 150+223+209=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFD1 is #69202E. Grayscale: #C7C7C7. Windows color (decimal): -6889519 or 13754262. OLE color: 13754262.

HSL color Cylindrical-coordinate representation of color #96DFD1: hue angle of 168.49º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFD1 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB150223209-
CMYK0.3300.060.13
HSL168.49º53.28%73.14%-
HSV(B)168.49º32.74%87.45%-
XYZ50.4763.8669.99-
YUV199.58133.3292.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.77%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 209 (82.03% from 255) = 35.91%
R=25.77%
G=38.32%
B=35.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502232090.3300.060.13168.4953.2873.14
Hex96DFD12106Da83549
Octal22633732141061525065111
Binary10010110110111111101000110000101101101101010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,209); }

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

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

 a { background-color: rgb(150,223,209); }

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

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

 span { border-color: rgb(150,223,209); }

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