#97DACD

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

Shades of Riptide #97DACD

Tints of Riptide #97DACD

Color information

#97DACD (or 0x97DACD) is unknown color: approx Riptide. HEX triplet: 97, DA and CD. RGB value is (151,218,205). Sum of RGB (Red+Green+Blue) = 151+218+205=574 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.31% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #97DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DACD is #682532. Grayscale: #C4C4C4. Windows color (decimal): -6825267 or 13490839. OLE color: 13490839.

HSL color Cylindrical-coordinate representation of color #97DACD: hue angle of 168.36º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DACD is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB151218205-
CMYK0.3100.060.15
HSL168.36º47.52%72.35%-
HSV(B)168.36º30.73%85.49%-
XYZ48.8561.1366.98-
YUV196.48132.895.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.31%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=26.31%
G=37.98%
B=35.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512182050.3100.060.15168.3647.5272.35
Hex97DACD1F06Fa83048
Octal22733231537061725060110
Binary1001011111011010110011011111101101111101010001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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