#8ED7CC

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

Shades of Riptide #8ED7CC

Tints of Riptide #8ED7CC

Color information

#8ED7CC (or 0x8ED7CC) is unknown color: approx Riptide. HEX triplet: 8E, D7 and CC. RGB value is (142,215,204). Sum of RGB (Red+Green+Blue) = 142+215+204=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED7CC is #712833. Grayscale: #BFBFBF. Windows color (decimal): -7415860 or 13424526. OLE color: 13424526.

HSL color Cylindrical-coordinate representation of color #8ED7CC: hue angle of 170.96º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED7CC is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB142215204-
CMYK0.3400.050.16
HSL170.96º47.71%70%-
HSV(B)170.96º33.95%84.31%-
XYZ46.3558.7166.02-
YUV191.92134.8292.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.31%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=25.31%
G=38.32%
B=36.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422152040.3400.050.16170.9647.7170
Hex8ED7CC220510ab3046
Octal21632731442052025360106
Binary100011101101011111001100100010010110000101010111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,215,204); }

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

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

 a { background-color: rgb(142,215,204); }

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

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

 span { border-color: rgb(142,215,204); }

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