#8CE8C1

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

Shades of Riptide #8CE8C1

Tints of Riptide #8CE8C1

Color information

#8CE8C1 (or 0x8CE8C1) is unknown color: approx Riptide. HEX triplet: 8C, E8 and C1. RGB value is (140,232,193). Sum of RGB (Red+Green+Blue) = 140+232+193=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE8C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE8C1 is #73173E. Grayscale: #C8C8C8. Windows color (decimal): -7542591 or 12707980. OLE color: 12707980.

HSL color Cylindrical-coordinate representation of color #8CE8C1: hue angle of 154.57º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE8C1 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB140232193-
CMYK0.4000.170.09
HSL154.57º66.67%72.94%-
HSV(B)154.57º39.66%90.98%-
XYZ49.367.1460.81-
YUV200.05124.0285.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.78%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=24.78%
G=41.06%
B=34.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402321930.4000.170.09154.5766.6772.94
Hex8CE8C12801199b4349
Octal2143503015002111233103111
Binary10001100111010001100000110100001000110011001101110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,232,193); }

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

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

 a { background-color: rgb(140,232,193); }

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

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

 span { border-color: rgb(140,232,193); }

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