#97D7CC

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

Shades of Riptide #97D7CC

Tints of Riptide #97D7CC

Color information

#97D7CC (or 0x97D7CC) is unknown color: approx Riptide. HEX triplet: 97, D7 and CC. RGB value is (151,215,204). Sum of RGB (Red+Green+Blue) = 151+215+204=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #97D7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D7CC is #682833. Grayscale: #C2C2C2. Windows color (decimal): -6826036 or 13424535. OLE color: 13424535.

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

Color convert

RGB151215204-
CMYK0.3000.050.16
HSL169.69º44.44%71.76%-
HSV(B)169.69º29.77%84.31%-
XYZ47.9659.5466.09-
YUV194.61133.396.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.49%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=26.49%
G=37.72%
B=35.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512152040.3000.050.16169.6944.4471.76
Hex97D7CC1E0510aa2c48
Octal22732731436052025254110
Binary10010111110101111100110011110010110000101010101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,215,204); }

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

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

 a { background-color: rgb(151,215,204); }

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

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

 span { border-color: rgb(151,215,204); }

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