#8EDFBE

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

Shades of Riptide #8EDFBE

Tints of Riptide #8EDFBE

Color information

#8EDFBE (or 0x8EDFBE) is unknown color: approx Riptide. HEX triplet: 8E, DF and BE. RGB value is (142,223,190). Sum of RGB (Red+Green+Blue) = 142+223+190=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFBE is #712041. Grayscale: #C3C3C3. Windows color (decimal): -7413826 or 12509070. OLE color: 12509070.

HSL color Cylindrical-coordinate representation of color #8EDFBE: hue angle of 155.56º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFBE is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB142223190-
CMYK0.3600.150.13
HSL155.56º55.86%71.57%-
HSV(B)155.56º36.32%87.45%-
XYZ46.8462.2458.26-
YUV195.02125.1690.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.59%
GREEN value IS 223 (87.5% from 255) = 40.18%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=25.59%
G=40.18%
B=34.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422231900.3600.150.13155.5655.8671.57
Hex8EDFBE240FD9c3848
Octal216337276440171523470110
Binary100011101101111110111110100100011111101100111001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,223,190); }

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

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

 a { background-color: rgb(142,223,190); }

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

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

 span { border-color: rgb(142,223,190); }

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