#9CDDC8

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

Shades of Riptide #9CDDC8

Tints of Riptide #9CDDC8

Color information

#9CDDC8 (or 0x9CDDC8) is unknown color: approx Riptide. HEX triplet: 9C, DD and C8. RGB value is (156,221,200). Sum of RGB (Red+Green+Blue) = 156+221+200=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDC8 is #632237. Grayscale: #C7C7C7. Windows color (decimal): -6496824 or 13163932. OLE color: 13163932.

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

Color convert

RGB156221200-
CMYK0.2900.100.13
HSL160.62º48.87%73.92%-
HSV(B)160.62º29.41%86.67%-
XYZ49.9962.9564.16-
YUV199.17128.4797.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.04%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 200 (78.52% from 255) = 34.66%
R=27.04%
G=38.30%
B=34.66%

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
Decimal1562212000.2900.100.13160.6248.8773.92
Hex9CDDC81D0ADa1314a
Octal234335310350121524161112
Binary10011100110111011100100011101010101101101000011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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