#8DEACE

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

Shades of Riptide #8DEACE

Tints of Riptide #8DEACE

Color information

#8DEACE (or 0x8DEACE) is unknown color: approx Riptide. HEX triplet: 8D, EA and CE. RGB value is (141,234,206). Sum of RGB (Red+Green+Blue) = 141+234+206=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEACE is #721531. Grayscale: #CBCBCB. Windows color (decimal): -7476530 or 13560461. OLE color: 13560461.

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

Color convert

RGB141234206-
CMYK0.4000.120.08
HSL161.94º68.89%73.53%-
HSV(B)161.94º39.74%91.76%-
XYZ51.5568.9668.99-
YUV203129.6983.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.27%
GREEN value IS 234 (91.80% from 255) = 40.28%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=24.27%
G=40.28%
B=35.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412342060.4000.120.08161.9468.8973.53
Hex8DEACE280C8a2454a
Octal2153523165001410242105112
Binary1000110111101010110011101010000110010001010001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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