#8DD8CD

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

Shades of Riptide #8DD8CD

Tints of Riptide #8DD8CD

Color information

#8DD8CD (or 0x8DD8CD) is unknown color: approx Riptide. HEX triplet: 8D, D8 and CD. RGB value is (141,216,205). Sum of RGB (Red+Green+Blue) = 141+216+205=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD8CD is #722732. Grayscale: #C0C0C0. Windows color (decimal): -7481139 or 13490317. OLE color: 13490317.

HSL color Cylindrical-coordinate representation of color #8DD8CD: hue angle of 171.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD8CD is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB141216205-
CMYK0.3500.050.15
HSL171.2º49.02%70%-
HSV(B)171.2º34.72%84.71%-
XYZ46.5659.1866.73-
YUV192.32135.1591.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=25.09%
G=38.43%
B=36.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412162050.3500.050.15171.249.0270
Hex8DD8CD2305Fab3146
Octal21533031543051725361106
Binary10001101110110001100110110001101011111101010111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,216,205); }

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

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

 a { background-color: rgb(141,216,205); }

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

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

 span { border-color: rgb(141,216,205); }

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