#97E8D5

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

Shades of Riptide #97E8D5

Tints of Riptide #97E8D5

Color information

#97E8D5 (or 0x97E8D5) is unknown color: approx Riptide. HEX triplet: 97, E8 and D5. RGB value is (151,232,213). Sum of RGB (Red+Green+Blue) = 151+232+213=596 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.34% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #97E8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E8D5 is #68172A. Grayscale: #CDCDCD. Windows color (decimal): -6821675 or 14018711. OLE color: 14018711.

HSL color Cylindrical-coordinate representation of color #97E8D5: hue angle of 165.93º 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 #97E8D5 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB151232213-
CMYK0.3500.080.09
HSL165.93º63.78%75.1%-
HSV(B)165.93º34.91%90.98%-
XYZ53.6369.173.46-
YUV205.62132.1689.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.34%
GREEN value IS 232 (91.02% from 255) = 38.93%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=25.34%
G=38.93%
B=35.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1512322130.3500.080.09165.9363.7875.1
Hex97E8D523089a6404b
Octal2273503254301011246100113
Binary1001011111101000110101011000110100010011010011010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97E8D5; }

 p { color: rgb(151,232,213); }

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

<style>
 a { background-color: #97E8D5; }

 a { background-color: rgb(151,232,213); }

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

<style>
 span { border-color: #97E8D5; }

 span { border-color: rgb(151,232,213); }

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