#99DCC3

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

Shades of Riptide #99DCC3

Tints of Riptide #99DCC3

Color information

#99DCC3 (or 0x99DCC3) is unknown color: approx Riptide. HEX triplet: 99, DC and C3. RGB value is (153,220,195). Sum of RGB (Red+Green+Blue) = 153+220+195=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCC3 is #66233C. Grayscale: #C5C5C5. Windows color (decimal): -6693693 or 12835993. OLE color: 12835993.

HSL color Cylindrical-coordinate representation of color #99DCC3: hue angle of 157.61º degrees, saturation: 0.49, 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 #99DCC3 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB153220195-
CMYK0.3000.110.14
HSL157.61º48.91%73.14%-
HSV(B)157.61º30.45%86.27%-
XYZ48.5861.961.02-
YUV197.12126.896.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.94%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 195 (76.56% from 255) = 34.33%
R=26.94%
G=38.73%
B=34.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532201950.3000.110.14157.6148.9173.14
Hex99DCC31E0BE9e3149
Octal231334303360131623661111
Binary10011001110111001100001111110010111110100111101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,220,195); }

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

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

 a { background-color: rgb(153,220,195); }

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

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

 span { border-color: rgb(153,220,195); }

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