#9CDFC7

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

Shades of Riptide #9CDFC7

Tints of Riptide #9CDFC7

Color information

#9CDFC7 (or 0x9CDFC7) is unknown color: approx Riptide. HEX triplet: 9C, DF and C7. RGB value is (156,223,199). Sum of RGB (Red+Green+Blue) = 156+223+199=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFC7 is #632038. Grayscale: #C8C8C8. Windows color (decimal): -6496313 or 13098908. OLE color: 13098908.

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

Color convert

RGB156223199-
CMYK0.3000.110.13
HSL158.51º51.15%74.31%-
HSV(B)158.51º30.04%87.45%-
XYZ50.4163.9763.72-
YUV200.23127.396.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.99%
GREEN value IS 223 (87.5% from 255) = 38.58%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=26.99%
G=38.58%
B=34.43%

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
Decimal1562231990.3000.110.13158.5151.1574.31
Hex9CDFC71E0BD9f334a
Octal234337307360131523763112
Binary10011100110111111100011111110010111101100111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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