#99D8C7

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

Shades of Riptide #99D8C7

Tints of Riptide #99D8C7

Color information

#99D8C7 (or 0x99D8C7) is unknown color: approx Riptide. HEX triplet: 99, D8 and C7. RGB value is (153,216,199). Sum of RGB (Red+Green+Blue) = 153+216+199=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8C7 is #662738. Grayscale: #C3C3C3. Windows color (decimal): -6694713 or 13097113. OLE color: 13097113.

HSL color Cylindrical-coordinate representation of color #99D8C7: hue angle of 163.81º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D8C7 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB153216199-
CMYK0.2900.080.15
HSL163.81º44.68%72.35%-
HSV(B)163.81º29.17%84.71%-
XYZ4860.0163.09-
YUV195.22130.1397.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.94%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=26.94%
G=38.03%
B=35.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532161990.2900.080.15163.8144.6872.35
Hex99D8C71D08Fa42d48
Octal231330307350101724455110
Binary10011001110110001100011111101010001111101001001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,216,199); }

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

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

 a { background-color: rgb(153,216,199); }

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

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

 span { border-color: rgb(153,216,199); }

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