#8ED3CF

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

Shades of Riptide #8ED3CF

Tints of Riptide #8ED3CF

Color information

#8ED3CF (or 0x8ED3CF) is unknown color: approx Riptide. HEX triplet: 8E, D3 and CF. RGB value is (142,211,207). Sum of RGB (Red+Green+Blue) = 142+211+207=560 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.36% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED3CF is #712C30. Grayscale: #BDBDBD. Windows color (decimal): -7416881 or 13620110. OLE color: 13620110.

HSL color Cylindrical-coordinate representation of color #8ED3CF: hue angle of 176.52º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED3CF is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB142211207-
CMYK0.3300.020.17
HSL176.52º43.95%69.22%-
HSV(B)176.52º32.7%82.75%-
XYZ45.7156.8467.59-
YUV189.91137.6493.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.36%
GREEN value IS 211 (82.81% from 255) = 37.68%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=25.36%
G=37.68%
B=36.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422112070.3300.020.17176.5243.9569.22
Hex8ED3CF210211b12c45
Octal21632331741022126154105
Binary10001110110100111100111110000101010001101100011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,211,207); }

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

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

 a { background-color: rgb(142,211,207); }

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

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

 span { border-color: rgb(142,211,207); }

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