#8DDBC0

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

Shades of Riptide #8DDBC0

Tints of Riptide #8DDBC0

Color information

#8DDBC0 (or 0x8DDBC0) is unknown color: approx Riptide. HEX triplet: 8D, DB and C0. RGB value is (141,219,192). Sum of RGB (Red+Green+Blue) = 141+219+192=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBC0 is #72243F. Grayscale: #C0C0C0. Windows color (decimal): -7480384 or 12639117. OLE color: 12639117.

HSL color Cylindrical-coordinate representation of color #8DDBC0: hue angle of 159.23º degrees, saturation: 0.52, 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 #8DDBC0 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB141219192-
CMYK0.3600.120.14
HSL159.23º52%70.59%-
HSV(B)159.23º35.62%85.88%-
XYZ45.8360.1359.06-
YUV192.6127.6691.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.54%
GREEN value IS 219 (85.94% from 255) = 39.67%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=25.54%
G=39.67%
B=34.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412191920.3600.120.14159.235270.59
Hex8DDBC0240CE9f3447
Octal215333300440141623764107
Binary100011011101101111000000100100011001110100111111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,219,192); }

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

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

 a { background-color: rgb(141,219,192); }

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

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

 span { border-color: rgb(141,219,192); }

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