#8CE1C4

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

Shades of Riptide #8CE1C4

Tints of Riptide #8CE1C4

Color information

#8CE1C4 (or 0x8CE1C4) is unknown color: approx Riptide. HEX triplet: 8C, E1 and C4. RGB value is (140,225,196). Sum of RGB (Red+Green+Blue) = 140+225+196=561 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.96% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE1C4 is #731E3B. Grayscale: #C4C4C4. Windows color (decimal): -7544380 or 12902796. OLE color: 12902796.

HSL color Cylindrical-coordinate representation of color #8CE1C4: hue angle of 159.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE1C4 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB140225196-
CMYK0.3800.130.12
HSL159.53º58.62%71.57%-
HSV(B)159.53º37.78%88.24%-
XYZ47.763.4161.95-
YUV196.28127.8487.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.96%
GREEN value IS 225 (88.28% from 255) = 40.11%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=24.96%
G=40.11%
B=34.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402251960.3800.130.12159.5358.6271.57
Hex8CE1C4260DCa03b48
Octal214341304460151424073110
Binary100011001110000111000100100110011011100101000001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,225,196); }

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

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

 a { background-color: rgb(140,225,196); }

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

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

 span { border-color: rgb(140,225,196); }

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