#8ECDCA

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

Shades of Riptide #8ECDCA

Tints of Riptide #8ECDCA

Color information

#8ECDCA (or 0x8ECDCA) is unknown color: approx Riptide. HEX triplet: 8E, CD and CA. RGB value is (142,205,202). Sum of RGB (Red+Green+Blue) = 142+205+202=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDCA is #713235. Grayscale: #B9B9B9. Windows color (decimal): -7418422 or 13290894. OLE color: 13290894.

HSL color Cylindrical-coordinate representation of color #8ECDCA: hue angle of 177.14º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECDCA is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB142205202-
CMYK0.3100.010.20
HSL177.14º38.65%68.04%-
HSV(B)177.14º30.73%80.39%-
XYZ43.6553.6863.94-
YUV185.82137.1396.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.87%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=25.87%
G=37.34%
B=36.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422052020.3100.010.20177.1438.6568.04
Hex8ECDCA1F0114b12744
Octal21631531237012426147104
Binary100011101100110111001010111110110100101100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,205,202); }

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

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

 a { background-color: rgb(142,205,202); }

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

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

 span { border-color: rgb(142,205,202); }

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