#97DDCC

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

Shades of Riptide #97DDCC

Tints of Riptide #97DDCC

Color information

#97DDCC (or 0x97DDCC) is unknown color: approx Riptide. HEX triplet: 97, DD and CC. RGB value is (151,221,204). Sum of RGB (Red+Green+Blue) = 151+221+204=576 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.22% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #97DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DDCC is #682233. Grayscale: #C6C6C6. Windows color (decimal): -6824500 or 13426071. OLE color: 13426071.

HSL color Cylindrical-coordinate representation of color #97DDCC: hue angle of 165.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DDCC is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB151221204-
CMYK0.3200.080.13
HSL165.43º50.72%72.94%-
HSV(B)165.43º31.67%86.67%-
XYZ49.5262.6566.61-
YUV198.13131.3194.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.22%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=26.22%
G=38.37%
B=35.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512212040.3200.080.13165.4350.7272.94
Hex97DDCC2008Da53349
Octal227335314400101524563111
Binary100101111101110111001100100000010001101101001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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