#8FDED6

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

Shades of Riptide #8FDED6

Tints of Riptide #8FDED6

Color information

#8FDED6 (or 0x8FDED6) is unknown color: approx Riptide. HEX triplet: 8F, DE and D6. RGB value is (143,222,214). Sum of RGB (Red+Green+Blue) = 143+222+214=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDED6 is #702129. Grayscale: #C5C5C5. Windows color (decimal): -7348522 or 14081679. OLE color: 14081679.

HSL color Cylindrical-coordinate representation of color #8FDED6: hue angle of 173.92º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDED6 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB143222214-
CMYK0.3600.040.13
HSL173.92º54.48%71.57%-
HSV(B)173.92º35.59%87.06%-
XYZ49.5962.9473.15-
YUV197.47137.3389.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.70%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 214 (83.98% from 255) = 36.96%
R=24.70%
G=38.34%
B=36.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432222140.3600.040.13173.9254.4871.57
Hex8FDED62404Dae3648
Octal21733632644041525666110
Binary10001111110111101101011010010001001101101011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,222,214); }

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

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

 a { background-color: rgb(143,222,214); }

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

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

 span { border-color: rgb(143,222,214); }

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