#8DDCCC

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

Shades of Riptide #8DDCCC

Tints of Riptide #8DDCCC

Color information

#8DDCCC (or 0x8DDCCC) is unknown color: approx Riptide. HEX triplet: 8D, DC and CC. RGB value is (141,220,204). Sum of RGB (Red+Green+Blue) = 141+220+204=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDCCC is #722333. Grayscale: #C2C2C2. Windows color (decimal): -7480116 or 13425805. OLE color: 13425805.

HSL color Cylindrical-coordinate representation of color #8DDCCC: hue angle of 167.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDCCC is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB141220204-
CMYK0.3600.070.14
HSL167.85º53.02%70.78%-
HSV(B)167.85º35.91%86.27%-
XYZ47.4861.2166.44-
YUV194.55133.3389.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.96%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=24.96%
G=38.94%
B=36.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412202040.3600.070.14167.8553.0270.78
Hex8DDCCC2407Ea83547
Octal21533431444071625065107
Binary10001101110111001100110010010001111110101010001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,220,204); }

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

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

 a { background-color: rgb(141,220,204); }

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

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

 span { border-color: rgb(141,220,204); }

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