#8DECC3

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

Shades of Riptide #8DECC3

Tints of Riptide #8DECC3

Color information

#8DECC3 (or 0x8DECC3) is unknown color: approx Riptide. HEX triplet: 8D, EC and C3. RGB value is (141,236,195). Sum of RGB (Red+Green+Blue) = 141+236+195=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECC3 is #72133C. Grayscale: #CACACA. Windows color (decimal): -7476029 or 12840077. OLE color: 12840077.

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

Color convert

RGB141236195-
CMYK0.4000.170.07
HSL154.11º71.43%73.92%-
HSV(B)154.11º40.25%92.55%-
XYZ50.8369.5962.38-
YUV202.92123.5383.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.65%
GREEN value IS 236 (92.58% from 255) = 41.26%
BLUE value IS 195 (76.56% from 255) = 34.09%
R=24.65%
G=41.26%
B=34.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412361950.4000.170.07154.1171.4373.92
Hex8DECC32801179a474a
Octal215354303500217232107112
Binary1000110111101100110000111010000100011111001101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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