#99DBC6

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

Shades of Riptide #99DBC6

Tints of Riptide #99DBC6

Color information

#99DBC6 (or 0x99DBC6) is unknown color: approx Riptide. HEX triplet: 99, DB and C6. RGB value is (153,219,198). Sum of RGB (Red+Green+Blue) = 153+219+198=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBC6 is #662439. Grayscale: #C4C4C4. Windows color (decimal): -6693946 or 13032345. OLE color: 13032345.

HSL color Cylindrical-coordinate representation of color #99DBC6: hue angle of 160.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBC6 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB153219198-
CMYK0.3000.100.14
HSL160.91º47.83%72.94%-
HSV(B)160.91º30.14%85.88%-
XYZ48.6661.5162.73-
YUV196.87128.6396.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.84%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=26.84%
G=38.42%
B=34.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191980.3000.100.14160.9147.8372.94
Hex99DBC61E0AEa13049
Octal231333306360121624160111
Binary10011001110110111100011011110010101110101000011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DBC6; }

 p { color: rgb(153,219,198); }

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

<style>
 a { background-color: #99DBC6; }

 a { background-color: rgb(153,219,198); }

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

<style>
 span { border-color: #99DBC6; }

 span { border-color: rgb(153,219,198); }

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