#8DECCC

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

Shades of Riptide #8DECCC

Tints of Riptide #8DECCC

Color information

#8DECCC (or 0x8DECCC) is unknown color: approx Riptide. HEX triplet: 8D, EC and CC. RGB value is (141,236,204). Sum of RGB (Red+Green+Blue) = 141+236+204=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECCC is #721333. Grayscale: #CBCBCB. Windows color (decimal): -7476020 or 13429901. OLE color: 13429901.

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

Color convert

RGB141236204-
CMYK0.4000.140.07
HSL159.79º71.43%73.92%-
HSV(B)159.79º40.25%92.55%-
XYZ51.8870.0167.91-
YUV203.95128.0383.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.27%
GREEN value IS 236 (92.58% from 255) = 40.62%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=24.27%
G=40.62%
B=35.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412362040.4000.140.07159.7971.4373.92
Hex8DECCC280E7a0474a
Octal215354314500167240107112
Binary100011011110110011001100101000011101111010000010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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