#8DD2C6

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

Shades of Riptide #8DD2C6

Tints of Riptide #8DD2C6

Color information

#8DD2C6 (or 0x8DD2C6) is unknown color: approx Riptide. HEX triplet: 8D, D2 and C6. RGB value is (141,210,198). Sum of RGB (Red+Green+Blue) = 141+210+198=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD2C6 is #722D39. Grayscale: #BBBBBB. Windows color (decimal): -7482682 or 13030029. OLE color: 13030029.

HSL color Cylindrical-coordinate representation of color #8DD2C6: hue angle of 169.57º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD2C6 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB141210198-
CMYK0.3300.060.18
HSL169.57º43.4%68.82%-
HSV(B)169.57º32.86%82.35%-
XYZ44.2255.8361.87-
YUV188133.6494.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.68%
GREEN value IS 210 (82.42% from 255) = 38.25%
BLUE value IS 198 (77.73% from 255) = 36.07%
R=25.68%
G=38.25%
B=36.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412101980.3300.060.18169.5743.468.82
Hex8DD2C6210612aa2b45
Octal21532230641062225253105
Binary100011011101001011000110100001011010010101010101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DD2C6; }

 p { color: rgb(141,210,198); }

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

<style>
 a { background-color: #8DD2C6; }

 a { background-color: rgb(141,210,198); }

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

<style>
 span { border-color: #8DD2C6; }

 span { border-color: rgb(141,210,198); }

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