#8DEACC

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

Shades of Riptide #8DEACC

Tints of Riptide #8DEACC

Color information

#8DEACC (or 0x8DEACC) is unknown color: approx Riptide. HEX triplet: 8D, EA and CC. RGB value is (141,234,204). Sum of RGB (Red+Green+Blue) = 141+234+204=579 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.35% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEACC is #721533. Grayscale: #CACACA. Windows color (decimal): -7476532 or 13429389. OLE color: 13429389.

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

Color convert

RGB141234204-
CMYK0.4000.130.08
HSL160.65º68.89%73.53%-
HSV(B)160.65º39.74%91.76%-
XYZ51.3168.8767.72-
YUV202.77128.6983.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.35%
GREEN value IS 234 (91.80% from 255) = 40.41%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=24.35%
G=40.41%
B=35.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412342040.4000.130.08160.6568.8973.53
Hex8DEACC280D8a1454a
Octal2153523145001510241105112
Binary1000110111101010110011001010000110110001010000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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