#9DDCC6

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

Shades of Riptide #9DDCC6

Tints of Riptide #9DDCC6

Color information

#9DDCC6 (or 0x9DDCC6) is unknown color: approx Riptide. HEX triplet: 9D, DC and C6. RGB value is (157,220,198). Sum of RGB (Red+Green+Blue) = 157+220+198=575 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.30% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCC6 is #622339. Grayscale: #C6C6C6. Windows color (decimal): -6431546 or 13032605. OLE color: 13032605.

HSL color Cylindrical-coordinate representation of color #9DDCC6: hue angle of 159.05º 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 #9DDCC6 is Cyan = 0.29, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB157220198-
CMYK0.2900.10.14
HSL159.05º47.37%73.92%-
HSV(B)159.05º28.64%86.27%-
XYZ49.6962.4362.86-
YUV198.65127.6398.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.30%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=27.30%
G=38.26%
B=34.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201980.2900.10.14159.0547.3773.92
Hex9DDCC61D0AE9f2f4a
Octal235334306350121623757112
Binary10011101110111001100011011101010101110100111111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,198); }

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

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

 a { background-color: rgb(157,220,198); }

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

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

 span { border-color: rgb(157,220,198); }

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