#8CEADC

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

Shades of Riptide #8CEADC

Tints of Riptide #8CEADC

Color information

#8CEADC (or 0x8CEADC) is unknown color: approx Riptide. HEX triplet: 8C, EA and DC. RGB value is (140,234,220). Sum of RGB (Red+Green+Blue) = 140+234+220=594 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.57% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEADC is #731523. Grayscale: #CCCCCC. Windows color (decimal): -7542052 or 14477964. OLE color: 14477964.

HSL color Cylindrical-coordinate representation of color #8CEADC: hue angle of 171.06º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEADC is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB140234220-
CMYK0.4000.060.08
HSL171.06º69.12%73.33%-
HSV(B)171.06º40.17%91.76%-
XYZ53.1669.5978.34-
YUV204.3136.8682.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.57%
GREEN value IS 234 (91.80% from 255) = 39.39%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=23.57%
G=39.39%
B=37.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402342200.4000.060.08171.0669.1273.33
Hex8CEADC28068ab4549
Octal214352334500610253105111
Binary100011001110101011011100101000011010001010101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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