#8DEAC1

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

Shades of Riptide #8DEAC1

Tints of Riptide #8DEAC1

Color information

#8DEAC1 (or 0x8DEAC1) is unknown color: approx Riptide. HEX triplet: 8D, EA and C1. RGB value is (141,234,193). Sum of RGB (Red+Green+Blue) = 141+234+193=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEAC1 is #72153E. Grayscale: #C9C9C9. Windows color (decimal): -7476543 or 12708493. OLE color: 12708493.

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

Color convert

RGB141234193-
CMYK0.4000.180.08
HSL153.55º68.89%73.53%-
HSV(B)153.55º39.74%91.76%-
XYZ50.0368.3661.01-
YUV201.52123.1984.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.82%
GREEN value IS 234 (91.80% from 255) = 41.20%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=24.82%
G=41.20%
B=33.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412341930.4000.180.08153.5568.8973.53
Hex8DEAC12801289a454a
Octal2153523015002210232105112
Binary10001101111010101100000110100001001010001001101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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