#9CDFC5

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

Shades of Riptide #9CDFC5

Tints of Riptide #9CDFC5

Color information

#9CDFC5 (or 0x9CDFC5) is unknown color: approx Riptide. HEX triplet: 9C, DF and C5. RGB value is (156,223,197). Sum of RGB (Red+Green+Blue) = 156+223+197=576 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.08% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFC5 is #63203A. Grayscale: #C8C8C8. Windows color (decimal): -6496315 or 12967836. OLE color: 12967836.

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

Color convert

RGB156223197-
CMYK0.3000.120.13
HSL156.72º51.15%74.31%-
HSV(B)156.72º30.04%87.45%-
XYZ50.1863.8762.51-
YUV200126.396.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.08%
GREEN value IS 223 (87.5% from 255) = 38.72%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=27.08%
G=38.72%
B=34.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562231970.3000.120.13156.7251.1574.31
Hex9CDFC51E0CD9d334a
Octal234337305360141523563112
Binary10011100110111111100010111110011001101100111011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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