#8EDBBF

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

Shades of Riptide #8EDBBF

Tints of Riptide #8EDBBF

Color information

#8EDBBF (or 0x8EDBBF) is unknown color: approx Riptide. HEX triplet: 8E, DB and BF. RGB value is (142,219,191). Sum of RGB (Red+Green+Blue) = 142+219+191=552 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.72% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBBF is #712440. Grayscale: #C0C0C0. Windows color (decimal): -7414849 or 12573582. OLE color: 12573582.

HSL color Cylindrical-coordinate representation of color #8EDBBF: hue angle of 158.18º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBBF is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB142219191-
CMYK0.3500.130.14
HSL158.18º51.68%70.78%-
HSV(B)158.18º35.16%85.88%-
XYZ45.8960.1858.49-
YUV192.78126.9991.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.72%
GREEN value IS 219 (85.94% from 255) = 39.67%
BLUE value IS 191 (75% from 255) = 34.60%
R=25.72%
G=39.67%
B=34.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191910.3500.130.14158.1851.6870.78
Hex8EDBBF230DE9e3447
Octal216333277430151623664107
Binary100011101101101110111111100011011011110100111101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,219,191); }

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

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

 a { background-color: rgb(142,219,191); }

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

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

 span { border-color: rgb(142,219,191); }

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