#8DDAC1

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

Shades of Riptide #8DDAC1

Tints of Riptide #8DDAC1

Color information

#8DDAC1 (or 0x8DDAC1) is unknown color: approx Riptide. HEX triplet: 8D, DA and C1. RGB value is (141,218,193). Sum of RGB (Red+Green+Blue) = 141+218+193=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDAC1 is #72253E. Grayscale: #C0C0C0. Windows color (decimal): -7480639 or 12704397. OLE color: 12704397.

HSL color Cylindrical-coordinate representation of color #8DDAC1: hue angle of 160.52º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DDAC1 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB141218193-
CMYK0.3500.110.15
HSL160.52º50.99%70.39%-
HSV(B)160.52º35.32%85.49%-
XYZ45.6859.6659.56-
YUV192.13128.4991.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.54%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 193 (75.78% from 255) = 34.96%
R=25.54%
G=39.49%
B=34.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412181930.3500.110.15160.5250.9970.39
Hex8DDAC1230BFa13346
Octal215332301430131724163106
Binary100011011101101011000001100011010111111101000011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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