#8CE9CD

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

Shades of Riptide #8CE9CD

Tints of Riptide #8CE9CD

Color information

#8CE9CD (or 0x8CE9CD) is unknown color: approx Riptide. HEX triplet: 8C, E9 and CD. RGB value is (140,233,205). Sum of RGB (Red+Green+Blue) = 140+233+205=578 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.22% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9CD is #731632. Grayscale: #CACACA. Windows color (decimal): -7542323 or 13494668. OLE color: 13494668.

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

Color convert

RGB140233205-
CMYK0.4000.120.09
HSL161.94º67.88%73.14%-
HSV(B)161.94º39.91%91.37%-
XYZ50.9768.2668.25-
YUV202129.6983.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.22%
GREEN value IS 233 (91.41% from 255) = 40.31%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=24.22%
G=40.31%
B=35.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402332050.4000.120.09161.9467.8873.14
Hex8CE9CD280C9a24449
Octal2143513155001411242104111
Binary1000110011101001110011011010000110010011010001010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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