#97CEC6

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

Shades of Riptide #97CEC6

Tints of Riptide #97CEC6

Color information

#97CEC6 (or 0x97CEC6) is unknown color: approx Riptide. HEX triplet: 97, CE and C6. RGB value is (151,206,198). Sum of RGB (Red+Green+Blue) = 151+206+198=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #97CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CEC6 is #683139. Grayscale: #BCBCBC. Windows color (decimal): -6828346 or 13029015. OLE color: 13029015.

HSL color Cylindrical-coordinate representation of color #97CEC6: hue angle of 171.27º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CEC6 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB151206198-
CMYK0.2700.040.19
HSL171.27º35.95%70%-
HSV(B)171.27º26.7%80.78%-
XYZ45.0354.861.63-
YUV188.64133.28101.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.21%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 198 (77.73% from 255) = 35.68%
R=27.21%
G=37.12%
B=35.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512061980.2700.040.19171.2735.9570
Hex97CEC61B0413ab2446
Octal22731630633042325344106
Binary10010111110011101100011011011010010011101010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,206,198); }

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

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

 a { background-color: rgb(151,206,198); }

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

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

 span { border-color: rgb(151,206,198); }

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