#8DECC8

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

Shades of Riptide #8DECC8

Tints of Riptide #8DECC8

Color information

#8DECC8 (or 0x8DECC8) is unknown color: approx Riptide. HEX triplet: 8D, EC and C8. RGB value is (141,236,200). Sum of RGB (Red+Green+Blue) = 141+236+200=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECC8 is #721337. Grayscale: #CBCBCB. Windows color (decimal): -7476024 or 13167757. OLE color: 13167757.

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

Color convert

RGB141236200-
CMYK0.4000.150.07
HSL157.26º71.43%73.92%-
HSV(B)157.26º40.25%92.55%-
XYZ51.4169.8265.41-
YUV203.49126.0383.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.44%
GREEN value IS 236 (92.58% from 255) = 40.90%
BLUE value IS 200 (78.52% from 255) = 34.66%
R=24.44%
G=40.90%
B=34.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412362000.4000.150.07157.2671.4373.92
Hex8DECC8280F79d474a
Octal215354310500177235107112
Binary100011011110110011001000101000011111111001110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DECC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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