#8DEBD1

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

Shades of Riptide #8DEBD1

Tints of Riptide #8DEBD1

Color information

#8DEBD1 (or 0x8DEBD1) is unknown color: approx Riptide. HEX triplet: 8D, EB and D1. RGB value is (141,235,209). Sum of RGB (Red+Green+Blue) = 141+235+209=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBD1 is #72142E. Grayscale: #CBCBCB. Windows color (decimal): -7476271 or 13757325. OLE color: 13757325.

HSL color Cylindrical-coordinate representation of color #8DEBD1: hue angle of 163.4º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBD1 is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB141235209-
CMYK0.400.110.08
HSL163.4º70.15%73.73%-
HSV(B)163.4º40%92.16%-
XYZ52.269.6871.02-
YUV203.93130.8683.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.10%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=24.10%
G=40.17%
B=35.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412352090.400.110.08163.470.1573.73
Hex8DEBD1280B8a3464a
Octal2153533215001310243106112
Binary1000110111101011110100011010000101110001010001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,235,209); }

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

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

 a { background-color: rgb(141,235,209); }

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

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

 span { border-color: rgb(141,235,209); }

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