#99D7CA

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

Shades of Riptide #99D7CA

Tints of Riptide #99D7CA

Color information

#99D7CA (or 0x99D7CA) is unknown color: approx Riptide. HEX triplet: 99, D7 and CA. RGB value is (153,215,202). Sum of RGB (Red+Green+Blue) = 153+215+202=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D7CA is #662835. Grayscale: #C2C2C2. Windows color (decimal): -6694966 or 13293465. OLE color: 13293465.

HSL color Cylindrical-coordinate representation of color #99D7CA: hue angle of 167.42º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D7CA is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB153215202-
CMYK0.2900.060.16
HSL167.42º43.66%72.16%-
HSV(B)167.42º28.84%84.31%-
XYZ48.159.6464.85-
YUV194.98131.9698.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.84%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=26.84%
G=37.72%
B=35.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532152020.2900.060.16167.4243.6672.16
Hex99D7CA1D0610a72c48
Octal23132731235062024754110
Binary10011001110101111100101011101011010000101001111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,215,202); }

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

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

 a { background-color: rgb(153,215,202); }

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

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

 span { border-color: rgb(153,215,202); }

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