#9CDDCA

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

Shades of Riptide #9CDDCA

Tints of Riptide #9CDDCA

Color information

#9CDDCA (or 0x9CDDCA) is unknown color: approx Riptide. HEX triplet: 9C, DD and CA. RGB value is (156,221,202). Sum of RGB (Red+Green+Blue) = 156+221+202=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDCA is #632235. Grayscale: #C7C7C7. Windows color (decimal): -6496822 or 13295004. OLE color: 13295004.

HSL color Cylindrical-coordinate representation of color #9CDDCA: hue angle of 162.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDDCA is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB156221202-
CMYK0.2900.090.13
HSL162.46º48.87%73.92%-
HSV(B)162.46º29.41%86.67%-
XYZ50.2363.0565.4-
YUV199.4129.4797.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.94%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=26.94%
G=38.17%
B=34.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562212020.2900.090.13162.4648.8773.92
Hex9CDDCA1D09Da2314a
Octal234335312350111524261112
Binary10011100110111011100101011101010011101101000101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CDDCA; }

 p { color: rgb(156,221,202); }

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

<style>
 a { background-color: #9CDDCA; }

 a { background-color: rgb(156,221,202); }

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

<style>
 span { border-color: #9CDDCA; }

 span { border-color: rgb(156,221,202); }

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