#97DCCB

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

Shades of Riptide #97DCCB

Tints of Riptide #97DCCB

Color information

#97DCCB (or 0x97DCCB) is unknown color: approx Riptide. HEX triplet: 97, DC and CB. RGB value is (151,220,203). Sum of RGB (Red+Green+Blue) = 151+220+203=574 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.31% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #97DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DCCB is #682334. Grayscale: #C5C5C5. Windows color (decimal): -6824757 or 13360279. OLE color: 13360279.

HSL color Cylindrical-coordinate representation of color #97DCCB: hue angle of 165.22º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DCCB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB151220203-
CMYK0.3100.080.14
HSL165.22º49.64%72.75%-
HSV(B)165.22º31.36%86.27%-
XYZ49.1462.0865.89-
YUV197.43131.1494.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.31%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=26.31%
G=38.33%
B=35.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512202030.3100.080.14165.2249.6472.75
Hex97DCCB1F08Ea53249
Octal227334313370101624562111
Binary10010111110111001100101111111010001110101001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,220,203); }

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

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

 a { background-color: rgb(151,220,203); }

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

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

 span { border-color: rgb(151,220,203); }

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