#8CE8E1

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

Shades of Riptide #8CE8E1

Tints of Riptide #8CE8E1

Color information

#8CE8E1 (or 0x8CE8E1) is unknown color: approx Riptide. HEX triplet: 8C, E8 and E1. RGB value is (140,232,225). Sum of RGB (Red+Green+Blue) = 140+232+225=597 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.45% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE8E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE8E1 is #73171E. Grayscale: #CBCBCB. Windows color (decimal): -7542559 or 14805132. OLE color: 14805132.

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

Color convert

RGB140232225-
CMYK0.4000.030.09
HSL175.43º66.67%72.94%-
HSV(B)175.43º39.66%90.98%-
XYZ53.2668.7281.69-
YUV203.69140.0282.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.45%
GREEN value IS 232 (91.02% from 255) = 38.86%
BLUE value IS 225 (88.28% from 255) = 37.69%
R=23.45%
G=38.86%
B=37.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402322250.4000.030.09175.4366.6772.94
Hex8CE8E128039af4349
Octal214350341500311257103111
Binary10001100111010001110000110100001110011010111110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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