#8ED1CB

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

Shades of Riptide #8ED1CB

Tints of Riptide #8ED1CB

Color information

#8ED1CB (or 0x8ED1CB) is unknown color: approx Riptide. HEX triplet: 8E, D1 and CB. RGB value is (142,209,203). Sum of RGB (Red+Green+Blue) = 142+209+203=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED1CB is #712E34. Grayscale: #BCBCBC. Windows color (decimal): -7417397 or 13357454. OLE color: 13357454.

HSL color Cylindrical-coordinate representation of color #8ED1CB: hue angle of 174.63º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED1CB is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB142209203-
CMYK0.3200.030.18
HSL174.63º42.14%68.82%-
HSV(B)174.63º32.06%81.96%-
XYZ44.7455.6664.89-
YUV188.28136.394.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.63%
GREEN value IS 209 (82.03% from 255) = 37.73%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=25.63%
G=37.73%
B=36.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422092030.3200.030.18174.6342.1468.82
Hex8ED1CB200312af2a45
Octal21632131340032225752105
Binary10001110110100011100101110000001110010101011111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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