#9CDAC5

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

Shades of Riptide #9CDAC5

Tints of Riptide #9CDAC5

Color information

#9CDAC5 (or 0x9CDAC5) is unknown color: approx Riptide. HEX triplet: 9C, DA and C5. RGB value is (156,218,197). Sum of RGB (Red+Green+Blue) = 156+218+197=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDAC5 is #63253A. Grayscale: #C5C5C5. Windows color (decimal): -6497595 or 12966556. OLE color: 12966556.

HSL color Cylindrical-coordinate representation of color #9CDAC5: hue angle of 159.68º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CDAC5 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB156218197-
CMYK0.2800.100.15
HSL159.68º45.59%73.33%-
HSV(B)159.68º28.44%85.49%-
XYZ48.8661.2462.07-
YUV197.07127.9698.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.32%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 197 (77.34% from 255) = 34.50%
R=27.32%
G=38.18%
B=34.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562181970.2800.100.15159.6845.5973.33
Hex9CDAC51C0AFa02e49
Octal234332305340121724056111
Binary10011100110110101100010111100010101111101000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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