#8DD6C5

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

Shades of Riptide #8DD6C5

Tints of Riptide #8DD6C5

Color information

#8DD6C5 (or 0x8DD6C5) is unknown color: approx Riptide. HEX triplet: 8D, D6 and C5. RGB value is (141,214,197). Sum of RGB (Red+Green+Blue) = 141+214+197=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD6C5 is #72293A. Grayscale: #BEBEBE. Windows color (decimal): -7481659 or 12965517. OLE color: 12965517.

HSL color Cylindrical-coordinate representation of color #8DD6C5: hue angle of 166.03º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD6C5 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB141214197-
CMYK0.3400.080.16
HSL166.03º47.1%69.61%-
HSV(B)166.03º34.11%83.92%-
XYZ45.1157.7961.6-
YUV190.24131.8292.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.54%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 197 (77.34% from 255) = 35.69%
R=25.54%
G=38.77%
B=35.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412141970.3400.080.16166.0347.169.61
Hex8DD6C5220810a62f46
Octal215326305420102024657106
Binary1000110111010110110001011000100100010000101001101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,197); }

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

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

 a { background-color: rgb(141,214,197); }

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

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

 span { border-color: rgb(141,214,197); }

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