#8EEACC

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

Shades of Riptide #8EEACC

Tints of Riptide #8EEACC

Color information

#8EEACC (or 0x8EEACC) is unknown color: approx Riptide. HEX triplet: 8E, EA and CC. RGB value is (142,234,204). Sum of RGB (Red+Green+Blue) = 142+234+204=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEACC is #711533. Grayscale: #CBCBCB. Windows color (decimal): -7410996 or 13429390. OLE color: 13429390.

HSL color Cylindrical-coordinate representation of color #8EEACC: hue angle of 160.43º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EEACC is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB142234204-
CMYK0.3900.130.08
HSL160.43º68.66%73.73%-
HSV(B)160.43º39.32%91.76%-
XYZ51.4868.9667.72-
YUV203.07128.5284.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.48%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=24.48%
G=40.34%
B=35.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422342040.3900.130.08160.4368.6673.73
Hex8EEACC270D8a0454a
Octal2163523144701510240105112
Binary1000111011101010110011001001110110110001010000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,234,204); }

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

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

 a { background-color: rgb(142,234,204); }

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

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

 span { border-color: rgb(142,234,204); }

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