#8DEAC8

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

Shades of Riptide #8DEAC8

Tints of Riptide #8DEAC8

Color information

#8DEAC8 (or 0x8DEAC8) is unknown color: approx Riptide. HEX triplet: 8D, EA and C8. RGB value is (141,234,200). Sum of RGB (Red+Green+Blue) = 141+234+200=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEAC8 is #721537. Grayscale: #CACACA. Windows color (decimal): -7476536 or 13167245. OLE color: 13167245.

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

Color convert

RGB141234200-
CMYK0.4000.150.08
HSL158.06º68.89%73.53%-
HSV(B)158.06º39.74%91.76%-
XYZ50.8368.6865.22-
YUV202.32126.6984.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.52%
GREEN value IS 234 (91.80% from 255) = 40.70%
BLUE value IS 200 (78.52% from 255) = 34.78%
R=24.52%
G=40.70%
B=34.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412342000.4000.150.08158.0668.8973.53
Hex8DEAC8280F89e454a
Octal2153523105001710236105112
Binary1000110111101010110010001010000111110001001111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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