#9DDCC5

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

Shades of Riptide #9DDCC5

Tints of Riptide #9DDCC5

Color information

#9DDCC5 (or 0x9DDCC5) is unknown color: approx Riptide. HEX triplet: 9D, DC and C5. RGB value is (157,220,197). Sum of RGB (Red+Green+Blue) = 157+220+197=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCC5 is #62233A. Grayscale: #C6C6C6. Windows color (decimal): -6431547 or 12967069. OLE color: 12967069.

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

Color convert

RGB157220197-
CMYK0.2900.100.14
HSL158.1º47.37%73.92%-
HSV(B)158.1º28.64%86.27%-
XYZ49.5862.3962.25-
YUV198.54127.1398.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.35%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=27.35%
G=38.33%
B=34.32%

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
Decimal1572201970.2900.100.14158.147.3773.92
Hex9DDCC51D0AE9e2f4a
Octal235334305350121623657112
Binary10011101110111001100010111101010101110100111101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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