#9CDFC6

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

Shades of Riptide #9CDFC6

Tints of Riptide #9CDFC6

Color information

#9CDFC6 (or 0x9CDFC6) is unknown color: approx Riptide. HEX triplet: 9C, DF and C6. RGB value is (156,223,198). Sum of RGB (Red+Green+Blue) = 156+223+198=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFC6 is #632039. Grayscale: #C8C8C8. Windows color (decimal): -6496314 or 13033372. OLE color: 13033372.

HSL color Cylindrical-coordinate representation of color #9CDFC6: hue angle of 157.61º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFC6 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB156223198-
CMYK0.3000.110.13
HSL157.61º51.15%74.31%-
HSV(B)157.61º30.04%87.45%-
XYZ50.2963.9263.11-
YUV200.12126.896.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.04%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 198 (77.73% from 255) = 34.32%
R=27.04%
G=38.65%
B=34.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562231980.3000.110.13157.6151.1574.31
Hex9CDFC61E0BD9e334a
Octal234337306360131523663112
Binary10011100110111111100011011110010111101100111101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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