#8DECD7

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

Shades of Riptide #8DECD7

Tints of Riptide #8DECD7

Color information

#8DECD7 (or 0x8DECD7) is unknown color: approx Riptide. HEX triplet: 8D, EC and D7. RGB value is (141,236,215). Sum of RGB (Red+Green+Blue) = 141+236+215=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECD7 is #721328. Grayscale: #CDCDCD. Windows color (decimal): -7476009 or 14150797. OLE color: 14150797.

HSL color Cylindrical-coordinate representation of color #8DECD7: hue angle of 166.74º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DECD7 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB141236215-
CMYK0.4000.090.07
HSL166.74º71.43%73.92%-
HSV(B)166.74º40.25%92.55%-
XYZ53.2570.5675.1-
YUV205.2133.5382.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.82%
GREEN value IS 236 (92.58% from 255) = 39.86%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=23.82%
G=39.86%
B=36.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412362150.4000.090.07166.7471.4373.92
Hex8DECD728097a7474a
Octal215354327500117247107112
Binary100011011110110011010111101000010011111010011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,236,215); }

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

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

 a { background-color: rgb(141,236,215); }

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

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

 span { border-color: rgb(141,236,215); }

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