#9CDDC6

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

Shades of Riptide #9CDDC6

Tints of Riptide #9CDDC6

Color information

#9CDDC6 (or 0x9CDDC6) is unknown color: approx Riptide. HEX triplet: 9C, DD and C6. RGB value is (156,221,198). Sum of RGB (Red+Green+Blue) = 156+221+198=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDC6 is #632239. Grayscale: #C6C6C6. Windows color (decimal): -6496826 or 13032860. OLE color: 13032860.

HSL color Cylindrical-coordinate representation of color #9CDDC6: hue angle of 158.77º 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 #9CDDC6 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB156221198-
CMYK0.2900.100.13
HSL158.77º48.87%73.92%-
HSV(B)158.77º29.41%86.67%-
XYZ49.7662.8662.94-
YUV198.94127.4797.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.13%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=27.13%
G=38.43%
B=34.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562211980.2900.100.13158.7748.8773.92
Hex9CDDC61D0AD9f314a
Octal234335306350121523761112
Binary10011100110111011100011011101010101101100111111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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