#97D9CD

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

Shades of Riptide #97D9CD

Tints of Riptide #97D9CD

Color information

#97D9CD (or 0x97D9CD) is unknown color: approx Riptide. HEX triplet: 97, D9 and CD. RGB value is (151,217,205). Sum of RGB (Red+Green+Blue) = 151+217+205=573 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.35% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #97D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D9CD is #682632. Grayscale: #C3C3C3. Windows color (decimal): -6825523 or 13490583. OLE color: 13490583.

HSL color Cylindrical-coordinate representation of color #97D9CD: hue angle of 169.09º 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 #97D9CD is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB151217205-
CMYK0.3000.060.15
HSL169.09º46.48%72.16%-
HSV(B)169.09º30.41%85.1%-
XYZ48.5960.6166.9-
YUV195.9133.1395.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.35%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=26.35%
G=37.87%
B=35.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512172050.3000.060.15169.0946.4872.16
Hex97D9CD1E06Fa92e48
Octal22733131536061725156110
Binary1001011111011001110011011111001101111101010011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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