#9CDBC6

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

Shades of Riptide #9CDBC6

Tints of Riptide #9CDBC6

Color information

#9CDBC6 (or 0x9CDBC6) is unknown color: approx Riptide. HEX triplet: 9C, DB and C6. RGB value is (156,219,198). Sum of RGB (Red+Green+Blue) = 156+219+198=573 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.23% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBC6 is #632439. Grayscale: #C5C5C5. Windows color (decimal): -6497338 or 13032348. OLE color: 13032348.

HSL color Cylindrical-coordinate representation of color #9CDBC6: hue angle of 160º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBC6 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB156219198-
CMYK0.2900.100.14
HSL160º46.67%73.53%-
HSV(B)160º28.77%85.88%-
XYZ49.2361.8162.76-
YUV197.77128.1398.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.23%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=27.23%
G=38.22%
B=34.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191980.2900.100.1416046.6773.53
Hex9CDBC61D0AEa02f4a
Octal234333306350121624057112
Binary10011100110110111100011011101010101110101000001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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