#96e8cd

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

Shades of Riptide #96E8CD

Tints of Riptide #96E8CD

Color information

#96E8CD (or 0x96E8CD) is unknown color: approx Riptide. HEX triplet: 96, E8 and CD. RGB value is (150,232,205). Sum of RGB (Red+Green+Blue) = 150+232+205=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 232 - color contains mainly: green. Hex color #96E8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E8CD is #691732. Grayscale: #CCCCCC. Windows color (decimal): -6887219 or 13494422. OLE color: 13494422.

HSL color Cylindrical-coordinate representation of color #96E8CD: hue angle of 160.24º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E8CD is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB150232205-
CMYK0.3500.120.09
HSL160.24º64.06%74.9%-
HSV(B)160.24º35.34%90.98%-
XYZ52.4568.6168.24-
YUV204.4128.3389.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.55%
GREEN value IS 232 (91.02% from 255) = 39.52%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=25.55%
G=39.52%
B=34.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502322050.3500.120.09160.2464.0674.9
Hex96E8CD230C9a0404b
Octal2263503154301411240100113
Binary1001011011101000110011011000110110010011010000010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96e8cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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