#8EDBC4

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

Shades of Riptide #8EDBC4

Tints of Riptide #8EDBC4

Color information

#8EDBC4 (or 0x8EDBC4) is unknown color: approx Riptide. HEX triplet: 8E, DB and C4. RGB value is (142,219,196). Sum of RGB (Red+Green+Blue) = 142+219+196=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBC4 is #71243B. Grayscale: #C1C1C1. Windows color (decimal): -7414844 or 12901262. OLE color: 12901262.

HSL color Cylindrical-coordinate representation of color #8EDBC4: hue angle of 162.08º 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 #8EDBC4 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB142219196-
CMYK0.3500.110.14
HSL162.08º51.68%70.78%-
HSV(B)162.08º35.16%85.88%-
XYZ46.4560.461.43-
YUV193.36129.4991.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.49%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=25.49%
G=39.32%
B=35.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191960.3500.110.14162.0851.6870.78
Hex8EDBC4230BEa23447
Octal216333304430131624264107
Binary100011101101101111000100100011010111110101000101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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