#8EDDCB

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

Shades of Riptide #8EDDCB

Tints of Riptide #8EDDCB

Color information

#8EDDCB (or 0x8EDDCB) is unknown color: approx Riptide. HEX triplet: 8E, DD and CB. RGB value is (142,221,203). Sum of RGB (Red+Green+Blue) = 142+221+203=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDCB is #712234. Grayscale: #C3C3C3. Windows color (decimal): -7414325 or 13360526. OLE color: 13360526.

HSL color Cylindrical-coordinate representation of color #8EDDCB: hue angle of 166.33º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDCB is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB142221203-
CMYK0.3600.080.13
HSL166.33º53.74%71.18%-
HSV(B)166.33º35.75%86.67%-
XYZ47.7961.7865.9-
YUV195.33132.3389.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.09%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=25.09%
G=39.05%
B=35.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422212030.3600.080.13166.3353.7471.18
Hex8EDDCB2408Da63647
Octal216335313440101524666107
Binary100011101101110111001011100100010001101101001101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,221,203); }

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

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

 a { background-color: rgb(142,221,203); }

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

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

 span { border-color: rgb(142,221,203); }

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