#8FDDCD

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

Shades of Riptide #8FDDCD

Tints of Riptide #8FDDCD

Color information

#8FDDCD (or 0x8FDDCD) is unknown color: approx Riptide. HEX triplet: 8F, DD and CD. RGB value is (143,221,205). Sum of RGB (Red+Green+Blue) = 143+221+205=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDCD is #702232. Grayscale: #C3C3C3. Windows color (decimal): -7348787 or 13491599. OLE color: 13491599.

HSL color Cylindrical-coordinate representation of color #8FDDCD: hue angle of 167.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDCD is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB143221205-
CMYK0.3500.070.13
HSL167.69º53.42%71.37%-
HSV(B)167.69º35.29%86.67%-
XYZ48.261.9667.18-
YUV195.85133.1690.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.13%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=25.13%
G=38.84%
B=36.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432212050.3500.070.13167.6953.4271.37
Hex8FDDCD2307Da83547
Octal21733531543071525065107
Binary10001111110111011100110110001101111101101010001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,221,205); }

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

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

 a { background-color: rgb(143,221,205); }

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

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

 span { border-color: rgb(143,221,205); }

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