#9CDAC8

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

Shades of Riptide #9CDAC8

Tints of Riptide #9CDAC8

Color information

#9CDAC8 (or 0x9CDAC8) is unknown color: approx Riptide. HEX triplet: 9C, DA and C8. RGB value is (156,218,200). Sum of RGB (Red+Green+Blue) = 156+218+200=574 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.18% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDAC8 is #632537. Grayscale: #C5C5C5. Windows color (decimal): -6497592 or 13163164. OLE color: 13163164.

HSL color Cylindrical-coordinate representation of color #9CDAC8: hue angle of 162.58º 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 #9CDAC8 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB156218200-
CMYK0.2800.080.15
HSL162.58º45.59%73.33%-
HSV(B)162.58º28.44%85.49%-
XYZ49.2161.3863.9-
YUV197.41129.4698.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.18%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 200 (78.52% from 255) = 34.84%
R=27.18%
G=37.98%
B=34.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562182000.2800.080.15162.5845.5973.33
Hex9CDAC81C08Fa32e49
Octal234332310340101724356111
Binary10011100110110101100100011100010001111101000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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