#8ce8c7

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

Shades of Riptide #8CE8C7

Tints of Riptide #8CE8C7

Color information

#8CE8C7 (or 0x8CE8C7) is unknown color: approx Riptide. HEX triplet: 8C, E8 and C7. RGB value is (140,232,199). Sum of RGB (Red+Green+Blue) = 140+232+199=571 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.52% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE8C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE8C7 is #731738. Grayscale: #C8C8C8. Windows color (decimal): -7542585 or 13101196. OLE color: 13101196.

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

Color convert

RGB140232199-
CMYK0.4000.140.09
HSL158.48º66.67%72.94%-
HSV(B)158.48º39.66%90.98%-
XYZ49.9867.4164.41-
YUV200.73127.0284.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.52%
GREEN value IS 232 (91.02% from 255) = 40.63%
BLUE value IS 199 (78.12% from 255) = 34.85%
R=24.52%
G=40.63%
B=34.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402321990.4000.140.09158.4866.6772.94
Hex8CE8C7280E99e4349
Octal2143503075001611236103111
Binary1000110011101000110001111010000111010011001111010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ce8c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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