#8CE9CC

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

Shades of Riptide #8CE9CC

Tints of Riptide #8CE9CC

Color information

#8CE9CC (or 0x8CE9CC) is unknown color: approx Riptide. HEX triplet: 8C, E9 and CC. RGB value is (140,233,204). Sum of RGB (Red+Green+Blue) = 140+233+204=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9CC is #731633. Grayscale: #C9C9C9. Windows color (decimal): -7542324 or 13429132. OLE color: 13429132.

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

Color convert

RGB140233204-
CMYK0.4000.120.09
HSL161.29º67.88%73.14%-
HSV(B)161.29º39.91%91.37%-
XYZ50.8568.2167.61-
YUV201.89129.1983.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.26%
GREEN value IS 233 (91.41% from 255) = 40.38%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=24.26%
G=40.38%
B=35.36%

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
Decimal1402332040.4000.120.09161.2967.8873.14
Hex8CE9CC280C9a14449
Octal2143513145001411241104111
Binary1000110011101001110011001010000110010011010000110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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