#8CE9DC

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

Shades of Riptide #8CE9DC

Tints of Riptide #8CE9DC

Color information

#8CE9DC (or 0x8CE9DC) is unknown color: approx Riptide. HEX triplet: 8C, E9 and DC. RGB value is (140,233,220). Sum of RGB (Red+Green+Blue) = 140+233+220=593 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.61% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9DC is #731623. Grayscale: #CBCBCB. Windows color (decimal): -7542308 or 14477708. OLE color: 14477708.

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

Color convert

RGB140233220-
CMYK0.4000.060.09
HSL171.61º67.88%73.14%-
HSV(B)171.61º39.91%91.37%-
XYZ52.8769.0278.25-
YUV203.71137.1982.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.61%
GREEN value IS 233 (91.41% from 255) = 39.29%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=23.61%
G=39.29%
B=37.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402332200.4000.060.09171.6167.8873.14
Hex8CE9DC28069ac4449
Octal214351334500611254104111
Binary100011001110100111011100101000011010011010110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,233,220); }

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

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

 a { background-color: rgb(140,233,220); }

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

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

 span { border-color: rgb(140,233,220); }

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