#97D9CE

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

Shades of Riptide #97D9CE

Tints of Riptide #97D9CE

Color information

#97D9CE (or 0x97D9CE) is unknown color: approx Riptide. HEX triplet: 97, D9 and CE. RGB value is (151,217,206). Sum of RGB (Red+Green+Blue) = 151+217+206=574 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.31% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #97D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D9CE is #682631. Grayscale: #C3C3C3. Windows color (decimal): -6825522 or 13556119. OLE color: 13556119.

HSL color Cylindrical-coordinate representation of color #97D9CE: hue angle of 170º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D9CE is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB151217206-
CMYK0.3000.050.15
HSL170º46.48%72.16%-
HSV(B)170º30.41%85.1%-
XYZ48.7260.6667.53-
YUV196.01133.6395.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.31%
GREEN value IS 217 (85.16% from 255) = 37.80%
BLUE value IS 206 (80.86% from 255) = 35.89%
R=26.31%
G=37.80%
B=35.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512172060.3000.050.1517046.4872.16
Hex97D9CE1E05Faa2e48
Octal22733131636051725256110
Binary1001011111011001110011101111001011111101010101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,217,206); }

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

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

 a { background-color: rgb(151,217,206); }

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

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

 span { border-color: rgb(151,217,206); }

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